@component('mail::message') {{-- Header --}} Salama Hosting # Your Quotation from Salama Hosting Dear {{ $quotation->customer->name }}, Thank you for choosing **Salama Hosting**. Please find attached your quotation **{{ $quotation->quotation_number }}** for our web hosting and domain services. This quotation outlines the details of your requested services, including pricing and billing cycle. Kindly review the quotation and reach out to us if you have any questions or need adjustments. --- ## Quotation Summary - **Quotation Number:** {{ $quotation->quotation_number }} - **Billing Cycle:** {{ ucfirst($quotation->billing_cycle) }} - **Total Amount:** UGX {{ number_format($quotation->total, 2) }} --- @component('mail::button', ['url' => route('quotations.show', $quotation), 'color' => 'primary']) View Quotation Online @endcomponent For inquiries or support, contact us at **support@salamahosting.com** or call **+256 700 000 000**. Thank you for trusting **Salama Hosting** with your online presence. Best regards, **The Salama Hosting Team** {{-- Footer --}} @slot('footer') © {{ date('Y') }} Salama Hosting. All rights reserved. @endslot @endcomponent