@extends('admin.layouts.master') @section('title', 'City Management') @section('parent_title', 'Dashboard') @section('content')
|
|
S.No | State Name | City Name | Status | Actions |
|---|---|---|---|---|---|
|
|
{{ $cities->firstItem() + $loop->index }} | {{ $city->state->state_name ?? '' }} | {{ $city->city_name }} |
{{ $city->status == 1 ? 'Active' : 'Inactive' }}
|
Actions |