{{ translate('all_brands') }}

{{ translate('show_brand :') }}
@foreach($brands as $brand)
{{$brand->brand_products_count}}

{{translate('Products')}}

image")}}" alt="{{$brand->name}}" loading="lazy" class="dark-support rounded text-center">
@endforeach @if($brands->count()==0)
{{translate('not_found_anything')}}
@endif