{{ __('Document Details') }}

Sustainable Policy
{{ $application->policy_name }}
{{ $policy->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $policy->remarks ?? '-' }}
{{ $policy->notes ?? '-' }}
Competency Document(s)
@php $competency_attachment = $application->attachments ->where('type', 'certificate_competency') ->first(); $extra_detail_competency = $competency_attachment ? App\Models\ApplicationAttachmentExtra::where( 'attachment_id', $competency_attachment->id, )->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, )->first() : null; @endphp
{{ '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 ?? '-' }}
{{ 'Certificate of Perakuan Pendaftaran Pembekal Perkhidmatan Fotovoltaik Suria Berdaftar' }}
{{ $extra_detail_perakuan->certified_name }}
{{ 'Issuing body of Competency#1' }}
{{ 'Country of Competency#1' }}
{{ $perakuan->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $perakuan->remarks ?? '-' }}
{{ $perakuan->notes ?? '-' }}
Supporting Documents Requirements
{{ $application->sop_name }}
{{ $sop->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $sop->remarks ?? '-' }}
{{ $sop->notes ?? '-' }}
Project Leader Review Based On Document Submission
{{ $document->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $document->remarks }}
General Requirement Criteria
{{ $application->general_1 }}
{{ $application->general_2 }}
{{ $application->general_3 }}
{{ $general->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $general->remarks }}