@foreach($list_slider as $item) @php $img = get_file_url($item['bg_image'],'full') @endphp

{{ $item['title'] ?? "" }}

{{ $item['desc'] ?? "" }}

@endforeach
@if(empty($hide_form_search))
    @if(!empty($service_types)) @php $number = 0; @endphp @foreach ($service_types as $service_type) @php $allServices = get_bookable_services(); if(empty($allServices[$service_type])) continue; $module = new $allServices[$service_type]; @endphp
  • {{ !empty($modelBlock["title_for_".$service_type]) ? $modelBlock["title_for_".$service_type] : $module->getModelName() }}
  • @php $number++; @endphp @endforeach @endif
@if(!empty($service_types)) @php $number = 0; @endphp @foreach ($service_types as $service_type) @php $allServices = get_bookable_services(); if(empty($allServices[$service_type])) continue; @endphp
@include(ucfirst($service_type).'::frontend.layouts.search.form-search')
@php $number++; @endphp @endforeach @endif
@endif