@if($categoriesWithSuppliers->count() > 1) Categorias: @foreach($categoriesWithSuppliers as $category) {{ $category->name }} ({{ $category->suppliers->count() }}) @endforeach @endif