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