|
|---|
| Dear {{ $contact_person->user->profile->firstname . ' ' . $contact_person->user->profile->lastname }}, We would like to inform you that the following services have been terminated: |
|
Sales Order No:
{{ $termination_request->sales->sales_code }}
Customer:
{{ $customer->type == 'corporate' ? $customer->customerInfo->company_name : $customer->customerInfo->fullname }}
Terminated amount:
{{ $terminated_amount }}
Terminated at:
{{ $terminated_at }}
Termination reason:
{{ $termination_request->reason }}
|
| Service details: |
Service Terminated Quantity |
@foreach ($terminate_services as $id => $service)
{{ $service->name }} {{ $service->quantity }} |
@endforeach
View Sales Order | If you have any questions or require assistance, please don't hesitate to contact our customer support team at {{ $support_mail }} |
This is a non-reply email, please do not reply to this email. |