Dear {{ $user->name ?? 'Valued Customer' }},
Thank you! Your payment has been received and confirmed. Please keep this email as your receipt.
Payment Receipt
| Amount | ₦{{ number_format($payment->amount, 2) }} |
| Reference | {{ $payment->transaction_reference ?? 'N/A' }} |
| Gateway | {{ ucfirst($payment->gateway) }} |
| Date | {{ $payment->paid_at ? \Carbon\Carbon::parse($payment->paid_at)->format('d M Y, H:i') . ' UTC' : 'Now' }} |
| Plan | {{ $payment->subscription->plan->name ?? 'Subscription' }} |
| Property | {{ $payment->property->title ?? '' }} |
If you have questions about this payment, contact us at support@surerightstay.com.