/*This works perfectly. Check if $products is an instance of IlluminatePaginationLengthAwarePaginator then display the pagination links. */ @if($products instanceof IlluminatePaginationLengthAwarePaginator ) {{$products->links()}} @endif