@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
| SNo. | Country Name | State Name | City Name | Status | Nearest Facilities | Actions |
|---|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $city->country_name }} | {{ $city->name }} | {{ $city->city_name }} | @if($city->status=='0') @else @endif | Manage |