A. General Information

Service Classification
{{-- --}}
{{ $application->product_group->parent->parent->name }}
{{ $application->product_group->parent->name }}
{{ $application->product_group->name }}
Service Provider Information
{{-- --}}
@foreach ($application->services->attachments->where('type', 'image') as $image) {{ $image->type . $image->index }} @endforeach
@foreach ($application->services->type ?? [] as $type) {!! \App\Models\Service::TYPE[$type] ?? $type !!}
@endforeach
@if (optional($service_brochure)->path)

{{ basename($service_brochure->path) }}

@else {{ 'No service brochure uploaded by company' }} @endif
{{ $application->services->bumiputera == 1 ? 'Yes' : 'No' }}
{{ $application->services->register_with_e_perolehan == 1 ? 'Yes' : 'No' }}
Evaluator Review
@php $classificationReview = null; if ($application_section && $application_section->review) { $classificationReview = $application_section->review ->where( 'type', App\Models\EvaluatorReview::TYPE_SERVICE_CLASSIFICATION, ) ->first(); } @endphp
is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('classification')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('classification')">
@error('is_comply') {{ $message }} @enderror
is_comply == '0' ? 'required' : '' }} />
is_comply == '1' ? 'required' : '' }} />
Evaluator Review
@php $providerReview = null; if ($application_section && $application_section->review) { $providerReview = $application_section->review ->where( 'type', App\Models\EvaluatorReview::TYPE_SERVICE_PROVIDER, ) ->first(); } @endphp
is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('provider')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('provider')">
@error('is_comply') {{ $message }} @enderror
is_comply == '0' ? 'required' : '' }} />
is_comply == '1' ? 'required' : '' }} />

B: Service Requirement

Service Requirement
{{-- --}}
{{ $application->services->is_certified_eco == 1 ? 'Yes' : 'No' }}
@if (optional($competency_requirement)->path)

{{ basename($competency_requirement->path) }}

@else {{ 'No competency requirement uploaded by company' }} @endif
@if (optional($competency_perakuan)->path)

{{ basename($competency_perakuan->path) }}

@else {{ 'No competency perakuan uploaded by company' }} @endif
@if (optional($operation_maintenance)->path)

{{ basename($operation_maintenance->path) }}

@else {{ 'No operation miantenance uploaded by company' }} @endif
{{ $application->services->safety_health == 1 ? 'Yes' : 'No' }}
{{ $application->services->incorporating_equipment == 1 ? 'Yes' : 'No' }}
Evaluator Review
@php $serviceReview = null; if ($application_section && $application_section->review) { $serviceReview = $application_section->review ->where( 'type', App\Models\EvaluatorReview::TYPE_SERVICE_REQUIREMENT, ) ->first(); } @endphp
is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('service')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('service')">
@error('is_comply') {{ $message }} @enderror
is_comply == '0' ? 'required' : '' }} />
is_comply == '1' ? 'required' : '' }} />

C: Product requirement

Product Requirement
{{-- --}}
{{ $application->services->cleaning_agent == 1 ? 'Yes' : 'No' }}
{{ $application->services->certified_energy == 1 ? 'Yes' : 'No' }}
{{ $application->services->compostable_garbage == 1 ? 'Yes' : 'No' }}
{{ $application->services->recycled_toilet == 1 ? 'Yes' : 'No' }}
{{ $application->services->air_freshener == 1 ? 'Yes' : 'No' }}
{{ $application->services->protective_equipment == 1 ? 'Yes' : 'No' }}
Evaluator Review
@php $productReview = null; if ($application_section && $application_section->review) { $productReview = $application_section->review ->where( 'type', App\Models\EvaluatorReview::TYPE_PRODUCT_REQUIREMENT, ) ->first(); } @endphp
is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('product')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('product')">
@error('is_comply') {{ $message }} @enderror
is_comply == '0' ? 'required' : '' }} />
is_comply == '1' ? 'required' : '' }} />

D: Service Certifications and Standards

Additional Green Services
{{-- --}}
{{ $application->services->sirim_eco_label == 1 ? 'Yes' : 'No' }}
Others Compliance with Government Requirement
{{-- --}}
{{ $application->services->compliance_government == 1 ? 'Yes' : 'No' }}
@if (optional($compliance_1)->path)

{{ basename($compliance_1->path) }}

@else {{ 'No compliance document uploaded by company' }} @endif
@if (optional($compliance_1)->path)
send_to_approver) ? 'checked' : '' }}>
@endif
@if (optional($compliance_2)->path)

{{ basename($compliance_2->path) }}

@else {{ 'No compliance document uploaded by company' }} @endif
@if (optional($compliance_1)->path)
send_to_approver) ? 'checked' : '' }}>
@endif
Evaluator Review
@php $standardReview = null; if ($application_section && $application_section->review) { $standardReview = $application_section->review ->where('type', App\Models\EvaluatorReview::TYPE_SERVICE_STANDARD) ->first(); } @endphp
is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('standard')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('standard')">
@error('is_comply') {{ $message }} @enderror
is_comply == '0' ? 'required' : '' }} />
is_comply == '1' ? 'required' : '' }} />