Dear {{ $user->full_name }},
Thank you for your payment. This email serves as an official receipt for the transaction below.
Registration Fee Payment Receipt
Receipt Number: {{ $transaction->id }}
Member Name: {{ $user->full_name }}
Membership Number: {{ $membership->membership_number }}
Email: {{ $user->email }}
Phone: {{ $user->phone_number }}
Transaction Details
Transaction ID: {{ $transaction->mpesa_transaction_id ?? 'N/A' }}
Payment Method: M-Pesa
M-Pesa Phone Number: {{ $transaction->mpesa_phone_number ?? 'N/A' }}
Transaction Date: {{ $transaction->processed_at ? $transaction->processed_at->format('d M Y H:i') : $transaction->created_at->format('d M Y H:i') }}
Description: {{ $transaction->description ?? 'Registration Fee Payment' }}
Total Amount Paid
KSh {{ number_format($transaction->amount, 2) }}
Status: {{ ucfirst($transaction->status) }}
Your membership is now fully active and you can enjoy all the benefits of being a Morio Sacco member.
You can access your account at: Login to Your Account
If you have any questions about this transaction, please contact our support team with the receipt number above.
Thank you for choosing Morio Sacco!
Best regards,
Morio Sacco Finance Department