@extends('layouts.admin') @section('title', 'Div Management') @section('content')
Create, view, edit, and delete Div records
| Name | Code | Category | Owner | Status | Period | Actions |
|---|---|---|---|---|---|---|
| {{ $div->name }} | {{ $div->code }} | {{ $div->category }} | {{ $div->owner }} | {{ ucfirst($div->status) }} | {{ optional($div->start_date)->format('Y-m-d') }} — {{ optional($div->end_date)->format('Y-m-d') }} | View Edit |
| No records found. | ||||||