@extends('admin.layouts.master') @section('title', 'State Management') @section('parent_title', 'Dashboard') @section('content')
|
|
S.No | State Name | Status | Actions |
|---|---|---|---|---|
|
|
{{ $loop->iteration }} |
{{ substr($state->state_name,0,1) }}
{{ $state->state_name }}
|
{{ $state->status == 1 ? 'Active' : 'Inactive' }}
|
Actions |