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