Receipt No{{ $tithe->receipt_no }}
Member{{ $tithe->member->first_name }} {{ $tithe->member->last_name }}
Payment Date{{ $tithe->payment_date }}
Payment Method{{ $tithe->payment_method }}
Notes{{ $tithe->note ?? 'N/A' }}
Amount Paid
{{ church_currency() }} {{ number_format($tithe->amount, 2) }}