@if(!empty($style) and $style == "carousel" and !empty($list_slider))
@endif

{{$title}}

{{$sub_title}}
@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
@include(ucfirst($service_type).'::frontend.layouts.search.form-search')
@php $number++; @endphp @endforeach @endif
@endif