@extends('layouts.admin') @section('title', 'Finance Report') @section('page-title', 'Finance Report') @section('page-subtitle', 'Financial summary and trends') @section('content')
Total Donations
GH₵{{ number_format($stats['total_donations'] ?? 0, 2) }}
Total Expenses
GH₵{{ number_format($stats['total_expenses'] ?? 0, 2) }}
Net Balance
GH₵{{ number_format($stats['net_balance'] ?? 0, 2) }}
No data
@endforelseNo expense data available
| Month | Income | Expenses | Net |
|---|---|---|---|
| {{ $summary['month'] }} | GH₵{{ number_format($summary['income'], 2) }} | GH₵{{ number_format($summary['expenses'], 2) }} | GH₵{{ number_format($summary['net'], 2) }} |
| No data available | |||