{!! ucfirst($section['section_title'] ?? "") !!}

{{ ucfirst($section['section_label'] ?? "") }}

{{__('view_all')}}
@if(!empty($section['section_content']) && count($section['section_content']) > 0) @foreach($section['section_content'] as $category_key => $category_value)
category
{{ $category_value->name }}

{{$category_value->product_count}} {{__('products')}}

@endforeach @else
{{ __('No categories available') }}
@endif