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