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