Generated: {{ now()->format('F d, Y H:i') }}
| Receipt | Member | Month | Amount | Date | Method |
|---|---|---|---|---|---|
| {{ $tithe->receipt_number }} | {{ $tithe->member->full_name ?? 'N/A' }} | {{ \Carbon\Carbon::parse($tithe->month . '-01')->format('F Y') }} | GHS {{ number_format($tithe->amount, 2) }} | {{ $tithe->payment_date->format('M d, Y') }} | {{ ucfirst(str_replace('_', ' ', $tithe->payment_method)) }} |
| Total | GHS {{ number_format($total, 2) }} | ||||