@section('title', (isset($page_title) ? $page_title . ' | ' : '') . config('app.name')) @section('breadcrumb', isset($page_title) ? $page_title : '')
@forelse ($list as $data) @empty @endforelse
# City Info Image Action
{{ $list->firstItem() + $loop->index }} City: {{ $data->city }}
State: {{ $data->state }}
Country: {{ $data->country }}
{{ $data->city }}
@if ($edit_id)
@error('image') {{ $message }} @enderror
@if ($edit_id) @else @endif
@endif