{{ __('Certification Details') }}

@php $sections = $sections ?? collect(); $policyIsComply = $competencyIsComply = $perakuanIsComply = $sopIsComply = null; @endphp @if ($sections->isNotEmpty()) @php $certificate = $sections->where('section', App\Models\EvaluatorSection::SECTION_CERTIFICATE)->first(); $policyReview = $certificate?->review->where('type', App\Models\EvaluatorReview::TYPE_POLICY)->first(); $policyIsComply = $policyReview?->is_comply; $competencyReview = $certificate?->review->where('type', App\Models\EvaluatorReview::TYPE_CERTIFICATE_COMPETENCY)->first(); $competencyIsComply = $competencyReview?->is_comply; $perakuanReview = $certificate?->review->where('type', App\Models\EvaluatorReview::TYPE_CERTIFICATE_PERAKUAN)->first(); $perakuanIsComply = $competencyReview?->is_comply; $sopReview = $certificate?->review->where('type', App\Models\EvaluatorReview::TYPE_CERTIFICATE_SOP)->first(); $sopIsComply = $sopReview?->is_comply; @endphp @endif @if ($policyIsComply !== null && $policyIsComply == 0) @endif @foreach ($application->product_group?->competency->sortBy('priority') ?? [] as $competency) @endforeach @if ($competencyIsComply !== null && $competencyIsComply == 0) @endif @if ($sopIsComply !== null && $sopIsComply == 0) @endif
{{ __('Sustainable Policy') }}

{{ '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 }}

@if ($policy = $application->attachments->where('type', 'policy')->first()) [View Here] @else No documents available @endif

{{ __('In-Complete Notes') }}

Reviews Notes
{{ $policyReview->remarks }}
{{ __('Certificate of Competency') }}

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

{{ __('Certificate of Competency Submitted') }} {{ __('Document Uploaded') }}
{{ $competency->name }} @php $file = $application->attachments->where('type', \App\Models\ApplicationAttachment::TYPE_CERTIFICATE_COMPETENCY)->where('competency_id', $competency->id)->first(); @endphp @if ($file) [View Here] @else No documents available @endif

{{ __('In-Complete Notes') }}

Reviews Notes
{{ $competencyReview->remarks }}
{{ __('Supporting Documents Requirements') }}

{{ 'The SOP must detail the processes involved in delivering your services, from start to completion, with a focus on environmental considerations (e.g., cleaning services or green landscaping). It should comprehensively address energy management, water usage, waste management, pollution control, safety measures, and any other relevant processes that support your sustainable service offerings.' }}


{{ $application->sop_name }}

@if ($sop = $application->attachments->where('type', 'certificate_sop')->first()) [View Here] @else No documents available @endif

{{ __('In-Complete Notes') }}

Reviews Notes
{{ $sopReview->remarks }}