{{ __('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)' }}

@foreach ($application->product_group->competency as $competency) @php $attachment = $application->attachments->where('type', \App\Models\ApplicationAttachment::TYPE_CERTIFICATE_COMPETENCY)->where('competency_id', $competency->id)->first(); @endphp
{{ $attachment ? basename($attachment->path) : '-' }}
{{ $attachment?->extra?->competency_type ? \App\Models\Application::COMPETENCY_TYPE[$attachment->extra?->competency_type] : '-' }}
{{ $attachment?->extra?->certified_name }}
{{ $attachment?->extra?->issuing_body ? getApplicationDataValue($attachment->extra?->issuing_body) : '-' }}
{{ $attachment?->extra?->issuingCountry?->name }}
@endforeach
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

{{ $service?->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $service->remarks ?? '' }}