Dear {{ $quote->customer_name }},
Thank you for your enquiry. Please find attached your quotation {{ $quote->quote_number }}.
| Quote Number | {{ $quote->quote_number }} |
| Date | {{ $quote->created_at->format('d M Y') }} |
| Valid Until | {{ $quote->valid_until->format('d M Y') }} |
| Total Amount | {{ $quote->grand_total_inr }} |
| Payment Terms | {{ $quote->payment_terms }} |
The PDF quotation is attached to this email. Please review it carefully and feel free to contact us with any questions.
@if($quote->share_token)You can also view your quote online: View Quote Online
@endif
Best regards,
{{ \App\Models\Setting::get('site_name','pcfy.in') }} Team
{{ \App\Models\Setting::get('contact_phone','') }} · {{ \App\Models\Setting::get('contact_email','') }}