{{ $section['section_title_main'] ?? '' }} {{ $section['section_title_last'] ?? '' }}

{{ $section['section_label'] ?? '' }}

@if(!empty($section['section_content']) && count($section['section_content']) > 0)
@foreach($section['section_content'] as $category)
img
{{ $category->name }}

{{ $category->product_count }} @if ($category->product_count > 1) {{ __('Services') }} @else {{ __('Service') }} @endif

{{ __('View All') }}
@endforeach
@else
{{ __('No category available.') }}
@endif