@if(isset($brands) && $brands->count() > 0) 🏷️ Popular Brands View All @foreach($brands as $brand) @if($brand->logo) @else {{ $brand->name }} @endif @endforeach @push('scripts') @endpush @endif