@if ($paginator->hasPages()) {{-- Showing X to Y of Z entries --}}
Showing {{ $paginator->firstItem() }} to {{ $paginator->lastItem() }} of {{ $paginator->total() }} entries
@endif