| Reference | Department | Status | Amount |
|---|---|---|---|
| {{ $req->reference }} | {{ $req->department->name ?? '—' }} | {{ $req->status->label() }} | {{ number_format($req->total_requested, 2) }} |
| No requisitions yet. | |||
{{ $row['department'] }}
{{ $row['pct'] }}%
{{ number_format($row['actual']) }} / {{ number_format($row['budget']) }}
No budget allocations yet.
@endforelse