| Title | Department | FY | Status | Created | |
|---|---|---|---|---|---|
| {{ $wp->title }} | {{ $wp->department->name ?? '—' }} | {{ $wp->financial_year }} | {{ $wp->status->label() }} | {{ $wp->created_at?->format('d M Y') }} | Open |
{{ $workplans->links() }}
@extends('admin.admin_dashboard') @section('admin')
| Title | Department | FY | Status | Created | |
|---|---|---|---|---|---|
| {{ $wp->title }} | {{ $wp->department->name ?? '—' }} | {{ $wp->financial_year }} | {{ $wp->status->label() }} | {{ $wp->created_at?->format('d M Y') }} | Open |