@if (!empty($city_list) and count($city_list) > 0)
{{ (!empty($country) and $country==1) ? '도시전체':'주전체' }}
@foreach ($city_list as $state)
{{ $state }}
@endforeach @else
주전체
@endif