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

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

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

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

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