@php $marcas = $products->groupBy('brand_id'); @endphp

Marcas

@foreach ($marcas as $marca) @if($marca->first()->brand->products->where('status', 1)->count() > 0) @endif @endforeach
Marca (quant)
{{ $marca->first()->brand->name }} {{-- $marca->first()->brand->products->where('status', 1)->count() --}}