{{@frontend_section_data($top_brands_sections->value,'heading')}}

{{@frontend_section_data($top_brands_sections->value,'sub_heading')}}

@forelse($brands->take(12) as $brand) @empty
@include("frontend.partials.empty",['message' => 'No product found'])
@endforelse
@if( @frontend_section_data($promo_banner->value,'position') == 'top-brands') @includeWhen($promo_banner->status == '1', 'frontend.section.promotinal_banner', ['promo_banner' => $promo_banner]) @endif @if( @frontend_section_data($promo_second_banner->value,'position') == 'top-brands') @includeWhen($promo_second_banner->status == '1', 'frontend.section.promotinal_banner', ['promo_banner' => $promo_second_banner]) @endif