@if (!$map['show'])
@endif
@if ($loc['show'])
{{ t('Choose a city') }}
@if (isset($cities))
@endif
@includeFirst([config('larapen.core.customizedViewPath') . 'home.inc.locations.svgmap', 'home.inc.locations.svgmap'])
@if ($loc['show'] && $map['show'])
@if ($loc['showButton'])
@if (!auth()->check() and config('settings.single.guests_can_post_listings') != '1')
{{ t('Create Listing') }}
@else
{{ t('Create Listing') }}
@endif
@endif
@endif
{{ t('Choose a city or region') }}
@endif
@foreach ($cities as $key => $items)
-
@foreach ($items as $k => $city)
- @if ($city->id == 0) {!! $city->name !!} @else {{ $city->name }} @if ($loc['countCitiesPosts']) ({{ $city->posts_count ?? 0 }}) @endif @endif @endforeach