@extends('layout') @section('title','City') @section('content')
| S.No | Country Name | State | City | Status | Action |
|---|---|---|---|---|---|
| {{$sn++}} | {{$citys->country_name}} | {{$citys->state_title}} | {{$citys->name}} | @if($citys->status == 1) {{'Active'}} @else {{'Inactive'}} @endif | Edit @if($citys->status) Suspend @else Unsuspend @endif |