@if (!$map['show'])
@endif
@if ($loc['show'])
{{ t('Choose a city') }}
@if (isset($cities))
@endif
@include('layouts.inc.tools.svgmap')
@if ($loc['show'] && $map['show'])
@if ($loc['showButton'])
@if (!auth()->check() and config('settings.single.guests_can_post_ads') != '1')
{{ t('Add Listing') }}
@else
{{ t('Add Listing') }}
@endif
@endif
@endif
{{ t('Choose a city or region') }}
@endif
@foreach ($cities as $key => $items)
-
@foreach ($items as $k => $city)
- @if ($city->id == 999999999) {!! $city->name !!} @else {{ $city->name }} @if ($loc['countCitiesPosts']) ({{ $city->posts->count() }}) @endif @endif @endforeach