@foreach(request()->except('perPage') as $key => $value) @endforeach
Showing {{ $paginator->firstItem() }} to {{ $paginator->lastItem() }} of {{ $paginator->total() }} results.
@if ($paginator->onFirstPage()) @else « @endif
@if (!$paginator->hasMorePages()) @else » @endif