@php $records = collect($financialRecords ?? []); @endphp
@foreach ($records as $record) @endforeach
Budget Allocation (PKR) Expenditure Amount (PKR) Actions
{{ $record->budget_allocation ?? '-' }} {{ $record->expenditure_amount ?? '-' }}

Add Financial Record

@csrf

Financial Details

Budget and expenditure information (frontend preview).