@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())
{{ t('Add Your Resume') }}
@else
@if (in_array(auth()->user()->user_type_id, [1]))
{{ t('create_new_job') }}
@endif
@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