// Pagination with retained filter eg /products?category_id=1&page=2 // instead of /products?page=2 {{ $products->onEachSide(1)->appends(request()->all())->links() }}