@include('livewire-tables::bootstrap-4.includes.header') @if (count($bulkActions) && $selectPage && $rows->total() > $rows->count()) @endif @forelse ($rows as $index => $row) @if (count($bulkActions)) @endif @include($rowView, ['row' => $row]) @empty @endforelse
@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
@lang('No items found. Try narrowing your search.')