Dear {{ $landlord->name ?? 'Property Owner' }},
A payment has been received for one of your properties on SureRightStay. Funds will be processed according to SRS payment protection terms.
Payment Details
| Property | {{ $payment->property->title ?? 'N/A' }} |
| Amount | ₦{{ number_format($payment->amount, 2) }} |
| Reference | {{ $payment->transaction_reference ?? 'N/A' }} |
| Date | {{ $payment->paid_at ? \Carbon\Carbon::parse($payment->paid_at)->format('d M Y, H:i') . ' UTC' : 'Now' }} |
If you have questions about this payment, contact us at support@surerightstay.com.