ВШ
Size: a a a
ВШ
V
VY
V
VG
D
V
VY
D
𝕮
$relatedProducts = Product::all()->where('category_id', $product->category_id)->shuffle()->take(3);
SS
$relatedProducts = Product::all()->where('category_id', $product->category_id)->shuffle()->take(3);
where('id', '<>', $product->id)
?V
𝕮
where('id', '<>', $product->id)
?v
$relatedProducts = Product::all()->where('category_id', $product->category_id)->shuffle()->take(3);
Product::inRandomOrder()->where('category_id', $product->category_id)->where('id', '!=', $product->id)->limit(3)->get();
V
$relatedProducts = Product::all()->where('category_id', $product->category_id)->shuffle()->take(3);
V
𝕮
v