City Details

ID

{{ $cityDetail->id }}

Country

{{ $cityDetail->country->name }}

State

{{ $cityDetail->state->name }}

Name

{{ $cityDetail->name }}

Status

@if($cityDetail->status==1) Active @else Inactive @endif