Section B: Service Competency

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

Document #1
{{ 'Certificate of Competency for SEDA Malaysia Grid-Connected Photovoltaic Systems Design Course' }}
@php $competency = $application->attachments ->where('type', 'certificate_competency') ->first(); @endphp @if ($competency) [View Here] @else No documents available @endif
{{-- --}}
Evaluator Review
@php $competencyReview = null; if ($certificate_section && $certificate_section->review) { $competencyReview = $certificate_section->review ->where('type', App\Models\EvaluatorReview::TYPE_CERTIFICATE_COMPETENCY) ->first(); } $competency = $application->attachments ->where('type', 'certificate_competency') ->first(); $extra_detail_competency = $competency ? App\Models\ApplicationAttachmentExtra::where( 'attachment_id', $competency->id, )->first() : null; @endphp
is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('competency')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('competency')">
@error('competency_is_comply') {{ $message }} @enderror
is_comply == '0' ? 'required' : '' }} />
is_comply == '1' ? 'required' : '' }} />

expiry_date)))>
send_to_approver) ? 'checked' : '' }}>
{{-- certificate perakuan - document 2 --}}
Document #2
{{ 'Certificate of Perakuan Pendaftaran Pembekal Perkhidmatan Fotovoltaik Suria Berdaftar' }}
@php $perakuan = $application->attachments ->where('type', 'certificate_perakuan') ->first(); @endphp @if ($perakuan) [View Here] @else No documents available @endif
{{-- --}}
Evaluator Review
@php $perakuanReview = null; if ($certificate_section && $certificate_section->review) { $perakuanReview = $certificate_section->review ->where('type', App\Models\EvaluatorReview::TYPE_CERTIFICATE_PERAKUAN) ->first(); } $perakuan = $application->attachments ->where('type', 'certificate_perakuan') ->first(); $extra_detail_perakuan = $perakuan ? App\Models\ApplicationAttachmentExtra::where( 'attachment_id', $perakuan->id, )->first() : null; @endphp
is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('perakuan')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('perakuan')">
@error('perakuan_is_comply') {{ $message }} @enderror
is_comply == '0' ? 'required' : '' }} />
is_comply == '1' ? 'required' : '' }} />

expiry_date)))>
send_to_approver) ? 'checked' : '' }}>