{{-- Brand intro section (before product list) --}} @if($brand)
{{ $brand->name }}

{{ $brand->name }}

{{-- Brand description or summary if available --}} @if($brand->description ?? false)
{!! $brand->description !!}
@endif {{-- Brand additional info --}}
@if($brand->first) {{ __('front/brand.first_letter') }}: {{ $brand->first }} @endif {{ __('front/brand.brand_products') }}
@endif