image
@if(empty($hide_form_search))
@php $types = get_bookable_services(); $res = []; foreach ($types as $type=>$class) { $obj = new $class(); $res[$type] = [ 'icon'=>call_user_func([$obj,'getServiceIconFeatured']), 'name'=>call_user_func([$obj,'getModelName']), ]; } $j = 0; @endphp @foreach ($res as $key => $service)
@php $j++ @endphp @endforeach
@endif

{{$title ?? ''}}

{{$sub_title ?? ''}}

@if(empty($hide_form_search))
@php $i = 0 @endphp @foreach ($res as $key => $service)
@includeIf(ucfirst($key).'::frontend.layouts.search.form-search', ['style' => $style])
@php $i++; @endphp @endforeach
@endif
@foreach($list_slider as $item) @php $img = get_file_url($item['bg_image'],'full') @endphp
image
@endforeach