@if (count($bulkActions))
@endif @foreach($columns as $column) @if ($column->isBlank()) @else @endif @endforeach
@if (count($bulkActions) && $selectPage && $rows->total() > $rows->count()) @unless ($selectAll)
{!! __('You have selected :count users, do you want to select all :total?', ['count' => $rows->count(), 'total' => number_format($rows->total())]) !!}
@else
{!! __('You are currently selecting all :total users.', ['total' => number_format($rows->total())]) !!}
@endif
@endif @forelse ($rows as $index => $row) @if (count($bulkActions))
@endif @include($rowView)
@empty
@lang('No items found. Try narrowing your search.')
@endforelse