$nextProdId = $this->items()->where('product_id', '>', $product->id)->min('product_id'); return Product::find($nextProdId);