City Details

City Details

@foreach ($city as $c) @endforeach
Sr No State District Taluka Name Action
{{ $loop->iteration }} {{ $c->state->name ?? '-' }} {{ $c->district->name ?? '-' }} {{ $c->taluka->name ?? '-' }} {{ $c->name }}
{{-- Add Form Script --}} {{-- for the Add district & taluka --}} {{-- for the edit district & taluka --}}