Advanced Analytics

Financial Intelligence & Performance Metrics

Budget Utilization

{{ $totalBudget > 0 ? number_format(($totalActual / $totalBudget) * 100, 1) : 0 }}%

${{ number_format($totalActual, 2) }} of ${{ number_format($totalBudget, 2) }}

Revenue Surplus

${{ number_format($totalRevenue - $totalActual, 2) }}

Positve Net Position

Rev: ${{ number_format($totalRevenue, 2) }}

Procurement Liability

${{ number_format($poPending + $poApproved, 2) }}

{{ $poPending > 0 ? 'Commitments Awaiting Action' : 'All Orders Processed' }}

Appr: ${{ number_format($poApproved, 2) }}

Cash on Hand

${{ number_format($totalBankBalance, 2) }}

Across All Accounts

Liquid Assets

Expenditure Trend (Last 6 Months)

@forelse($monthlyExpenditure as $data)
{{ $data->month }} ${{ number_format($data->total, 2) }}
@empty
No trend data available
@endforelse

System Logic Verification

BvA

Budget vs Actual

Expenditure Control

${{ number_format($totalActual, 2) }}

Verified

RvE

Revenue vs Expenditure

Fiscal Sustainability

${{ number_format($totalRevenue - $totalActual, 2) }}

Healthy

PROC

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.