{!! 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 $key => $value)
{{ $value->shop_name }}

{{ $value->city ?? '' }}{{ $value->city && $value->country ? ', '.$value->country : ($value->country ?? '') }}

{{ $value->average_rating ?? 0.0 }}

{{$value->service_count}}+

{{__('services')}}

{{ $value->product_count}}+

{{__('products')}}

@endforeach @else
{{__('no_featured_shops_available')}}
@endif
icon icon