{{ __('messages.t_where_search') }}

@if ($locationInput)
@forelse ($customLocationResults as $cityId => $location)
{{$location}}
@empty
{{__('messages.t_no_results_found')}}
@endforelse
@endif
@script @endscript