Reset

Total Income

{{ $currencySymbol ?? 'GH₵' }} {{ number_format($totalIncome ?? 0, 2) }}

Total Expenses

{{ $currencySymbol ?? 'GH₵' }} {{ number_format($totalExpenses ?? 0, 2) }}

Current Balance

{{ $currencySymbol ?? 'GH₵' }} {{ number_format($balance ?? 0, 2) }}

Income Breakdown

Tithes {{ $currencySymbol ?? 'GH₵' }} {{ number_format($totalTithes ?? 0, 2) }}
Offerings {{ $currencySymbol ?? 'GH₵' }} {{ number_format($totalOfferings ?? 0, 2) }}
Donations {{ $currencySymbol ?? 'GH₵' }} {{ number_format($totalDonations ?? 0, 2) }}
Total Income {{ $currencySymbol ?? 'GH₵' }} {{ number_format($totalIncome ?? 0, 2) }}