Dear {{ $receipt->customer->name }},
Thank you for your payment. Below is your receipt for the services provided by Salama Hosting.
| Quotation Number | {{ $receipt->quotation->quotation_number }} |
|---|---|
| Payment Mode | {{ $receipt->payment_mode }} |
| Payment Date | {{ \Carbon\Carbon::parse($receipt->payment_date)->format('d M, Y') }} |
| Amount Paid | UGX {{ number_format($receipt->amount, 2) }} |
| Status | {{ ucfirst($receipt->status) }} |
If you have any questions, contact us at support@salamahosting.com or call +256 700 000 000.