@if ($products instanceof \Illuminate\Pagination\LengthAwarePaginator)
Showing {{ $products->firstItem() }} to {{ $products->lastItem() }} of {{ $products->total() }} entries
@endif