@if ($searchQueryPosition->isValid()) {{ $searchQueryPosition->getLocality() }} @else --- @endif
@lang('igniter.local::default.search.text_change')
@include('igniter-orange::includes.local.list-filter-items', ['filters' => $this->orderTypes, 'field' => 'orderType'])
@include('igniter-orange::includes.local.list-filter-items', ['filters' => $this->sorters, 'field' => 'sortBy'])
@foreach($this->filters as $fieldName => $filter)
@include('igniter-orange::includes.local.list-filter-items', ['filters' => $filter['options'](), 'field' => 'filter.'.$fieldName])
@endforeach
@if (count($locationsList))
@foreach ($locationsList as $locationData) @include('igniter-orange::includes.local.location-card') @endforeach
@else

@lang('igniter.local::default.text_filter_no_match')

@endif