@if ($paginator->hasPages()) @php $extraParams = http_build_query(request()->except(['page'])); @endphp
{{-- Page Size Selector --}}
{{ __('entries') }}
{{-- Pagination Info --}}
{{ __('Showing') }} {{ $paginator->firstItem() ?? 0 }} {{ __('to') }} {{ $paginator->lastItem() ?? 0 }} {{ __('of') }} {{ $paginator->total() }} {{ __('results') }}
{{-- Jump to Page --}}
{{-- Pagination Navigation --}} @endif