@extends('layouts.admin') @section('title', 'Districts') @section('page_title', 'Districts') @section('content')
| # | District Name | State | Units | Status | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $district->name }} | {{ $district->state->name }} | {{ $district->units_count }} | {{ $district->is_active ? 'Active' : 'Inactive' }} |
|
| No districts yet | |||||