Financial Intelligence & Performance Metrics
{{ $totalBudget > 0 ? number_format(($totalActual / $totalBudget) * 100, 1) : 0 }}%
${{ number_format($totalActual, 2) }} of ${{ number_format($totalBudget, 2) }}
${{ number_format($totalRevenue - $totalActual, 2) }}
Rev: ${{ number_format($totalRevenue, 2) }}
${{ number_format($poPending + $poApproved, 2) }}
Appr: ${{ number_format($poApproved, 2) }}
${{ number_format($totalBankBalance, 2) }}
Liquid Assets
Budget vs Actual
Expenditure Control
${{ number_format($totalActual, 2) }}
Verified
Revenue vs Expenditure
Fiscal Sustainability
${{ number_format($totalRevenue - $totalActual, 2) }}
Healthy
Procurement Commitments
Future Liabilities
${{ number_format($poApproved + $poPending, 2) }}
Tracked
Executive Summary
The system logic confirms a sustainable fiscal position with a surplus of ${{ number_format($totalRevenue - $totalActual, 2) }}. Budget utilization is within approved limits, and procurement liabilities are fully mapped against liquid bank assets.