// Instead of $products = Product::paginate(8); // Now you can do this $products = Product::simplePaginate(8);