Product::with('stocks') ->where('business_id', auth()->user()->business_id) ->where('product_type', '!=', 'combo') ->withSum('stocks', 'productStock') ->latest() ->get() ]); } }