@if (!empty($city_list) and count($city_list) > 0) 도시전체 @foreach ($city_list as $key => $city) {{ $city['city_name'] }} @endforeach @else 도시전체 @endif