Section A: 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.

Document Details
@php $policy = $application->attachments->where('type', 'policy')->first(); @endphp @if ($policy) [View Here] @else No documents available @endif
{{-- --}}
Evaluator Review
@php $policyReview = null; if ($certificate_section && $certificate_section->review) { $policyReview = $certificate_section->review ->where('type', App\Models\EvaluatorReview::TYPE_POLICY) ->first(); } @endphp
is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('policy')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('policy')">
@error('is_comply') {{ $message }} @enderror
is_comply == '0' ? 'required' : '' }} />
is_comply == '1' ? 'required' : '' }} />
@include('pages.apps.evaluation.service.evaluator.partials.certificate_tabs_2')

Section C: Standard Operating Procedure (SOP)

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.

Document Details
@php $sop = $application->attachments->where('type', 'certificate_sop')->first(); @endphp @if ($sop) [View Here] @else No documents available @endif
{{-- --}}
Evaluator Review
@php $sopReview = null; if ($certificate_section && $certificate_section->review) { $sopReview = $certificate_section->review ->where('type', App\Models\EvaluatorReview::TYPE_CERTIFICATE_SOP) ->first(); } @endphp
is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('sop')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('sop')">
@error('is_comply') {{ $message }} @enderror
is_comply == '0' ? 'required' : '' }} />
is_comply == '1' ? 'required' : '' }} />

Section D: General Requirement Criteria