{{ __('Section 1: Company Eligibility') }}

{{ $application->company->company_name }}
{{ $application->company->business_entity_reg ? \App\Models\Company::BUSINESS_ENTITY_REG[$application->company->business_entity_reg] : '-' }}
{{ $application->company->company_type ? \App\Models\Company::COMPANY_TYPE[$application->company->company_type] : '-' }}
{{ $application->company->liquidated == 1 ? 'Liquidated' : 'Wound-up' }}
{{ $business_name }}

Project Leader Review

is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('company')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('company')">

{{ __('Section 2: Service Eligibility') }}

Company Sustainable Policy Demonstrated

{{ 'Policy is a documented policy outlining green initiatives implemented at your premises and/or office such as 3R practices, the use of LED Lighting, energy efficient equipment, and others environmentally-friendly activities.' }}

{{ $application->policy_name }}
{{ $policy->notes }}
Company Competency Demonstrated

{{ 'Relevant document related to the products applied, recognized by MGTC. (e.g., certificate, reports, and test reports)' }}

@php $competency_attachment = $application->attachments ->where('type', 'certificate_competency') ->first(); $extra_detail_competency = $competency_attachment ? App\Models\ApplicationAttachmentExtra::where('attachment_id', $competency_attachment->id) ->where('send_to_approver', true) ->first() : null; $perakuan_attachment = $application->attachments->where('type', 'certificate_perakuan')->first(); $extra_detail_perakuan = $perakuan_attachment ? App\Models\ApplicationAttachmentExtra::where('attachment_id', $perakuan_attachment->id) ->where('send_to_approver', true) ->first() : null; @endphp
@if ($extra_detail_competency != null)
Competency #1
{{ 'Certificate of Competency for SEDA Malaysia Grid-Connected Photovoltaic Systems Design Course' }}
{{ \App\Models\Application::COMPETENCY_TYPE[$extra_detail_competency->competency_type] }}
{{ $extra_detail_competency->certified_name }}
{{ 'Issuing body of Competency#1' }}
{{ 'Country of Competency#1' }}
@endif @if ($extra_detail_perakuan != null)
Competency #2
{{ 'Certificate of Perakuan Pendaftaran Pembekal Perkhidmatan Fotovoltaik Suria Berdaftar' }}
{{ \App\Models\Application::COMPETENCY_TYPE[$extra_detail_perakuan->competency_type] }}
{{ $extra_detail_perakuan->certified_name }}
{{ 'Issuing body of Competency#1' }}
{{ 'Country of Competency#1' }}
@endif
Standard Operating Procedure (SOP)

{{ 'Relevant document related to the products applied, recognized by MGTC. (e.g., certificate, reports, and test reports)' }}

{{ $application->sop_name }}
{{ $sop->notes }}

Project Leader Review

is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('service')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('service')">

{{ __('Section 3: General Criteria') }}

{{ $application->general_1 }}
{{ $application->general_2 }}
{{ $application->general_3 }}

Project Leader Review

is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('general')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('general')">

{{ __('Section 4: Document Submission') }}

SSM E-Profile
{{ $application->company->company_name }}
{{ $policy->is_comply == 1 ? 'Comply' : 'Not Comply' }}
Sustainable Policy
{{ $application->policy_name }}
{{ $policy->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $policy->remarks ?? '-' }}
{{ $policy->notes ?? '-' }}
Competency Document(s)
@if ($extra_detail_competency != null)
{{ 'Certificate of Competency for SEDA Malaysia Grid-Connected Photovoltaic Systems Design Course' }}
{{ $extra_detail_competency->certified_name }}
{{ 'Issuing body of Competency#1' }}
{{ 'Country of Competency#1' }}
{{ $competency->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $competency->remarks ?? '-' }}
{{ $competency->notes ?? '-' }}
@endif @if ($extra_detail_perakuan != null)
{{ 'Certificate of Perakuan Pendaftaran Pembekal Perkhidmatan Fotovoltaik Suria Berdaftar' }}
{{ $extra_detail_perakuan->certified_name }}
{{ 'Issuing body of Competency#1' }}
{{ 'Country of Competency#1' }}
@endif
Standard Operating Procedure (SOP)
{{ $application->sop_name }}
{{ $sop->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $sop->remarks ?? '-' }}
{{ $sop->notes ?? '-' }}

Project Leader Review

is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('document')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('document')">