@if(church_setting('church_logo')) @endif

{{ church_name() }}

Tithes Report - {{ $year }}

Generated: {{ now()->format('F d, Y H:i') }}

@foreach($tithes as $tithe) @endforeach
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) }}