{!! 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 $service_key => $service_value)
{{ $service_value->source_name }}
shop
{{ $service_value->shop_name }}

{{ $service_value->average_rating ?? 0.0 }} ({{ $service_value->review_count }} {{__('reviews')}})

{{ __('start_from') }}

{{ $currencySymbol }}{{ $service_value->source_price }}
@if (Auth::check() && Auth::user()->user_type == 3) @elseif (Auth::check() && Auth::user()->user_type == 2 && $service_value->user_id == Auth::user()->id) {{ __('My Service') }} @elseif (Auth::check() && Auth::user()->user_type == 2 && $service_value->user_id != Auth::user()->id) {{ __('book_now') }} @else {{ __('book_now') }} @endif
@endforeach @else
{{__('no_trending_services_available')}}
@endif
shape shape shape