{{ t('Choose a city') }}
{{ t('Choose a city or region') }}
@endif-
@foreach ($items as $k => $city)
- @if (data_get($city, 'id') == 0) {!! data_get($city, 'name') !!} @else {{ data_get($city, 'name') }} @if ($locCountListingsPerCity) ({{ data_get($city, 'posts_count') ?? 0 }}) @endif @endif @endforeach