Generated on: {{ now()->format('F j, Y, g:i a') }}
Total Income
₦{{ number_format($financialStats['total_income'], 2) }}
Total Expenses
₦{{ number_format($financialStats['total_expenses'], 2) }}
Net Balance
₦{{ number_format(abs($financialStats['net_balance']), 2) }}
This Month
₦{{ number_format($financialStats['this_month_income'], 2) }}
No financial data available
Start recording contributions to see financial reports.
| Date | Member | Category | Type | Amount |
|---|---|---|---|---|
| {{ $contribution->date?->format('M j, Y') ?? 'N/A' }} |
{{ $contribution->member?->first_name }} {{ $contribution->member?->last_name }}
|
{{ $contribution->category?->name }} | {{ ucfirst($contribution->category?->category_type ?? 'unknown') }} | ₦{{ number_format($contribution->amount, 2) }} |
Start recording contributions in the Finance section to see financial reports.