logo

Dear {{ $created_by->admin->profile->firstname . ' ' . $created_by->admin->profile->lastname }},

@if ($action == 'signed') The quotation document {{ $quotation->quotation_code }} has been successfully Signed by customer {{ $customer->type == 'corporate' ? $customer->customerInfo->company_name : $customer->customerInfo->fullname }} @else The quotation document {{ $quotation->quotation_code }} has been Signed and Approved by customer {{ $customer->type == 'corporate' ? $customer->customerInfo->company_name : $customer->customerInfo->fullname }} @endif

@if (!empty($quotation->revision)) @endif
Revision: {{ $quotation->revision }}
Created At: {{ $created_at }}
Created By: {{ $created_by->admin->profile->firstname . ' ' . $created_by->admin->profile->lastname }}
Total Amount: {{ $total_amount }}
{{ $action == 'signed' ? 'Signed At' : 'Approved At' }}: {{ $signed_at }}
Please click the button below to view the details of this quotation.
View Quotation

This is a non-reply email, please do not reply to this email