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