|
Dear
{{ $payment->customer_name ?: 'Member' }}
,
Your payment has been received and verified successfully.
|
Payment Type
|
{{ $payment->payment_type }}
|
|
Amount
|
GHS {{ number_format($payment->amount, 2) }}
|
|
Reference
|
{{ $payment->reference }}
|
|
Date
|
{{ ($payment->paid_at ?: now())->format('d M Y, h:i A') }}
|
|
Status
|
PAID
|
@if($receiptUrl)
@endif
Thank you for your support. God bless you.
|