logo

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

The quotation {{ $quotation->quotation_code }} has been Approved by customer {{ $customer->type == 'corporate' ? $customer->customerInfo->company_name : $customer->customerInfo->fullname }}

    @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 }}
  • Approved At: {{ $approved_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