@extends('layouts.app') @section('title', 'Districts Management') @section('page-title', 'Districts Management') @section('content')
| Serial | ID | Name | Code | Description | Status | Created | Actions |
|---|---|---|---|---|---|---|---|
| {{ $districts->firstItem() + $index }} | {{ $district->id }} | {{ $district->name }} | {{ $district->code ?? 'N/A' }} | {{ Str::limit($district->description, 50) }} | @if($district->is_active) Active @else Inactive @endif | {{ $district->created_at->format('M d, Y') }} |