{{ translate('all_brands') }}

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

{{translate('Products')}}

{{ $brand->image_alt_text ?? $brand->name}}
{{$brand->name}}
@endforeach
@if($brands->count()==0)
{{ translate('there_is_no_Brand') }}.
@endif