@php $key_time = time(); @endphp

{{$title ?? ''}}

@if(!empty($service_types)) @php $number = 0; @endphp @foreach ($service_types as $service_type) @php $allServices = get_bookable_services(); if(empty($allServices[$service_type]) OR empty($rows[$service_type])) continue; @endphp
@foreach($rows[$service_type] as $row)
@include(ucfirst($service_type).'::frontend.layouts.search.loop-grid')
@endforeach
@php $number++; @endphp @endforeach @endif