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))
  • Revision: {{ $quotation->revision }}
  • @endif
  • Created At: {{ $created_at }}
  • Created By: {{ $created_by->admin->profile->firstname . ' ' . $created_by->admin->profile->lastname }}
  • Services: {{ $services->count() == 1 ? $services[0]->service->name : $services[0]->service->name . ',...' }}
  • 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 non-reply email, please do not reply to this email