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

{{ church_name() }}

Welfare Contributions Report - {{ $year }}

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

@foreach($contributions as $welfare) @endforeach
Receipt Member Month Amount Arrears Date
{{ $welfare->receipt_number }} {{ $welfare->member->full_name ?? 'N/A' }} {{ \Carbon\Carbon::parse($welfare->month . '-01')->format('F Y') }} GHS {{ number_format($welfare->amount, 2) }} GHS {{ number_format($welfare->arrears, 2) }} {{ $welfare->payment_date->format('M d, Y') }}
Total GHS {{ number_format($total, 2) }}