whereIn('product_id', $product); return; } $query->where('product_id', '=', $product); } }