In-Complete Application Notice
Dear {{ $application->company->company_name }},
{{ 'We hope this email finds you well.' }}
{{ 'Thank you for submitting for MyHijau Mark Service under application ' . $application->application_no . '. Following the evaluation of your application, we regret to inform you that the application has been marked as '}} In-Complete {{ ' .This status indicates that certain information or documents are missing or require further clarification as per shown in details below: ' }}
Evaluation Summary:
@foreach ($sections as $index => $section){{ $index + 1 }}.0 {{ \App\Models\EvaluatorSection::SECTION[$section->section] ?? $section->section }}
@if ($section->section == \App\Models\EvaluatorSection::SECTION_CERTIFICATE) @php // for certificate make sure only show for related certs if ($application->type == 'product') { $certs = [\App\Models\EvaluatorReview::TYPE_CERTIFICATE, \App\Models\EvaluatorReview::TYPE_SUPPORTING_DOC, \App\Models\EvaluatorReview::TYPE_AUTHORIZATION]; } else { $certs = [\App\Models\EvaluatorReview::TYPE_POLICY, \App\Models\EvaluatorReview::TYPE_CERTIFICATE_COMPETENCY, \App\Models\EvaluatorReview::TYPE_CERTIFICATE_SOP]; } @endphp @foreach ($section->review as $index => $review) @php $match = false; foreach ($certs as $certType) { if ($certType === \App\Models\EvaluatorReview::TYPE_CERTIFICATE) { // main cert match exactly if ($review->type === $certType) { $match = true; break; } } else { if (str_starts_with($review->type, $certType)) { $match = true; break; } } } @endphp @if ($match){{ ucwords(str_replace('_', ' ', $review->type)) }}
{{ 'Status: ' . ($review->is_comply ? 'Comply' : 'Not Comply') }}
@if (!empty($review->remarks))
Remarks:
{{ $review->remarks }}
@endif
{{ ucwords(str_replace('_', ' ', $review->type)) }}
{{ 'Status: ' . ($review->is_comply ? 'Comply' : 'Not Comply') }}
@if (!empty($review->remarks))
Remarks:
{{ $review->remarks }}
@endif
{{ ucfirst($application->type) }} #{{ $loop->iteration }}: {{ $name }}
@foreach ($reviews as $review) @if (strtolower($review['sub_section_name']) != 'myhijau')
{{ $review['sub_section_name'] }}
Status: {{ $review['is_comply'] ? 'Comply' : 'Not Comply' }}
@if (!empty($review['remarks']))
Remarks: {{ $review['remarks'] }}
@endif
{{ 'Status: ' . ($section->is_comply ? 'Comply' : 'Not Comply') }}
@if (!empty($section->remarks))
Remarks:
{{ $section->remarks }}
@endif
{{ $evaluation->remarks }}
@endifPlease review the information provided above and make the necessary adjustments and resubmit the updated application to continue the process. Kindly ensure that all revisions and required documents are submitted within 10 working days from the date of this email. Failure to do so may result in your application being rejected, and any payments made will not be refundable.
For any inquiries, please contact the person in charge of this application (details below) and include your application reference number {{ $application->application_no }} in all correspondence.
Contact Person of this application:
@if ($application->je_evaluation){{ $application->je_evaluation?->users->name . ' - ' . $application->je_evaluation?->users->email }}
@endif @if ($application->se_evaluation){{ $application->se_evaluation?->users->name . ' - ' . $application->se_evaluation?->users->email }}
@endifThank you for your attention to this matter.
Yours sincerely,
MyHijau Mark Team
No.2, Jalan 9/10, Persiaran Usahawan, Seksyen 9, 43650 Bandar Baru Bangi, Selangor.
Tel: +603-8921 0800 Fax: +603-8921 0801