D
https://protone.media/en/blog/learn-whats-new-in-laravel-80
Size: a a a
D
D
D
И
И
if ($request->has('brand')) {
$products = Products::join('brands', 'brands.id', 'products.brand_id')
->whereIn('brands.name', $request->get('brands'))
;
}
ДК
И
И
YH
YH
И
ДК
AB
P
P
AB
RK
D