Post z liczbą większą niż 1 laravel
$brands = Brands::has('products', '>' , 10)->with('products')->get();
Lokesh003
$brands = Brands::has('products', '>' , 10)->with('products')->get();