--}}
{{-- {{ $rows->links('livewire-tables::specific.bootstrap-4.pagination') }}--}}
{{--
--}}
{{-- @if ($component->paginationIsEnabled() && $component->perPageVisibilityIsEnabled())--}}
{{--
--}}
{{-- Show--}}
{{-- --}}
{{-- @foreach ($component->getPerPageAccepted() as $item)--}}
{{-- --}}
{{-- @endforeach--}}
{{-- --}}
{{--
--}}
{{-- @endif--}}
{{--
--}}
{{-- @lang('Showing')--}}
{{-- {{ $rows->count() ? $rows->firstItem() : 0 }}--}}
{{-- @lang('to')--}}
{{-- {{ $rows->count() ? $rows->lastItem() : 0 }}--}}
{{-- @lang('of')--}}
{{-- {{ $rows->total() }}--}}
{{-- @lang('results')--}}
{{--
--}}
{{--