Salama Hosting
Quote #{{ $quote->id }}
|
|
Dear {{ $quote->customer->name }},
Thank you for considering Salama Hosting.
Here are the details of your quote for {{ $quote->service_type }}:
|
@if(isset($quote->details['plan']))
| Plan |
{{ $quote->details['plan'] }} |
@endif
| Add-ons |
{{ implode(', ', $quote->details['addons'] ?? []) ?: 'None' }}
|
|
| Subtotal |
${{ number_format($quote->subtotal, 2) }} |
| Tax (18%) |
${{ number_format($quote->tax, 2) }} |
| Total |
${{ number_format($quote->total, 2) }} |
|
|
Pay Now
Secure payment via our trusted gateway.
|
|
© {{ date('Y') }} Salama Hosting. All rights reserved.
support@salamahosting.com | +256 700 123456
Visit
our Website
|