where('product_id', 'in', $id); return; } $query->where('product_id', '=', $id); } }