💳 Payment Receipt

Dear {{ $payment->member->first_name }},

Thank you for your {{ strtolower($payment->payment_type_display) }}. We have received your payment and this email serves as your official receipt.

Receipt Number: {{ $payment->receipt_number }}
Payment Reference: {{ $payment->payment_reference }}
Payment Type: {{ $payment->payment_type_display }}
Payment Method: {{ ucfirst(str_replace('_', ' ', $payment->payment_method)) }}
Payment Date: {{ $payment->payment_date->format('F d, Y') }}
Member ID: {{ $payment->member->member_id }}
Member Name: {{ $payment->member->full_name }}
Amount: GHS {{ number_format($payment->amount, 2) }}
@if($payment->description)

Description:

{{ $payment->description }}

@endif

Thank you for your faithful giving!

"Each of you should give what you have decided in your heart to give, not reluctantly or under compulsion, for God loves a cheerful giver." - 2 Corinthians 9:7

If you have any questions about this payment, please contact our finance department.