{{ $organisation->organisation_name }}
Budget Report
Period: {{ $budget->start_date }} - {{ $budget->end_date }}
| Code | Account | Previous Estimate | Previous Actual | Current Estimate | Agreed Amount |
|---|---|---|---|---|---|
| {{ $categoryName }} | |||||
| {{ $subName }} | |||||
| {{ $acc['code'] }} | {{ $acc['account'] }} | {{ number_format($acc['previous_estimate'],2) }} | {{ number_format($acc['previous_actual'],2) }} | {{ number_format($acc['current_estimate'],2) }} | {{ number_format($acc['agreed_amount'],2) }} |
| Total {{ $subName }} | {{ number_format($subTotals['previous_estimate'],2) }} | {{ number_format($subTotals['previous_actual'],2) }} | {{ number_format($subTotals['current_estimate'],2) }} | {{ number_format($subTotals['agreed_amount'],2) }} | |
| Total {{ $categoryName }} | {{ number_format($categoryTotals['previous_estimate'],2) }} | {{ number_format($categoryTotals['previous_actual'],2) }} | {{ number_format($categoryTotals['current_estimate'],2) }} | {{ number_format($categoryTotals['agreed_amount'],2) }} | |