Budget Performance (Actual vs. Plan)

Download PDF Report
@foreach($budgets as $budget) @endforeach
Coding Block Budgeted Actual Spent Utilization Balance
{{ $budget->codingBlock->code }}
{{ $budget->codingBlock->description }}
${{ number_format($budget->amount, 2) }} ${{ number_format($budget->actual_spending, 2) }}
{{ number_format($budget->utilization, 1) }}%
${{ number_format($budget->amount - $budget->actual_spending, 2) }}