@if ($loc['show'] || $map['show']) @include('home.inc.spacer')
@if (!$map['show'])

 {{ t('Choose a city') }}

@endif @if ($loc['show'])
@if (isset($cities))
@if ($loc['show'] && $map['show'])

 {{ 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
@endforeach
@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
@endif @include('layouts.inc.tools.svgmap')
@endif @section('modal_location') @parent @if ($loc['show'] || $map['show']) @include('layouts.inc.modal.location') @endif @endsection