A. General Information

Service Classification
{{-- --}}

{{ $application->product_group->parent->parent->name }}

{{ $application->product_group->parent->name }}

{{ $application->product_group->name }}

{{ $classification?->is_comply == 1 ? 'Comply' : 'Not Comply' }}

{{ $classification?->remarks ?? '-' }}

{{ $classification?->notes ?? '-' }}

Project Leader Review
@php $classificationReview = null; if ($application_section && $application_section->review) { $classificationReview = $application_section->review ->where('type', App\Models\PlReview::TYPE_SERVICE_CLASSIFICATION) ->first(); } @endphp
{{ $classificationReview->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $classificationReview->remarks }}
Service Provider Information
{{-- --}}
@foreach ($application->services->attachments->where('type', 'image') as $image) {{ $image->type . $image->index }} @endforeach
{{ $application->services->name ?? '-' }}
{{ $application->services->provider_name ?? '-' }}
{{ $application->company->full_address ?? '-' }}
{{ $application->services->contact_1_name ?? '-' }}
{{ $application->services->contact_1_phone_no ?? '-' }}
{{ $application->services->contact_1_email ?? '-' }}
{{ $application->services->company_website ?? '-' }}
{{ $application->services->description ?? '-' }}
@forelse ($application->services->type ?? [] as $type) {{ \App\Models\Service::TYPE[$type] }}
@empty - @endforelse
@if (optional($service_brochure)->path) @else {{ 'No service brochure uploaded by company' }} @endif
{{ $application->services->bumiputera == 1 ? 'Yes' : 'No' }}
{{ $application->services->registered_with_e_perolehan == 1 ? 'Yes' : 'No' }}

{{ $provider?->is_comply == 1 ? 'Comply' : 'Not Comply' }}

{{ $provider?->remarks ?? '-' }}

{{ $provider?->notes ?? '-' }}

Project Leader Review
@php $providerReview = null; if ($application_section && $application_section->review) { $providerReview = $application_section->review ->where('type', App\Models\PlReview::TYPE_SERVICE_PROVIDER) ->first(); } @endphp
{{ $providerReview->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $providerReview->remarks }}

B: Service Requirement

Service Requirement
{{-- --}}
{{ $application->services->is_certified_eco == 1 ? 'Yes' : 'No' }}
@if (optional($competency_requirement)->path) @else {{ 'No competency requirement uploaded by company' }} @endif
@if (optional($competency_perakuan)->path) @else {{ 'No competency perakuan uploaded by company' }} @endif
@if (optional($operation_maintenance)->path) @else {{ 'No operation miantenance uploaded by company' }} @endif
{{ $application->services->energy_efficiency ?? '-' }}
{{ $application->services->sustainable_management ?? '-' }}
{{ $application->services->chemical_management ?? '-' }}
{{ $application->services->safety_health == 1 ? 'Yes' : 'No' }}
{{ $application->services->incorporating_equipment == 1 ? 'Yes' : 'No' }}

{{ $service?->is_comply == 1 ? 'Comply' : 'Not Comply' }}

{{ $service?->remarks ?? '-' }}

{{ $service?->notes ?? '-' }}

Project Leader Review
@php $providerReview = null; if ($application_section && $application_section->review) { $providerReview = $application_section->review ->where('type', App\Models\PlReview::TYPE_SERVICE_PROVIDER) ->first(); } @endphp
{{ $providerReview->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $providerReview->remarks }}

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

{{ $product?->is_comply == 1 ? 'Comply' : 'Not Comply' }}

{{ $product?->remarks ?? '-' }}

{{ $product?->notes ?? '-' }}

Project Leader Review
@php $productReview = null; if ($application_section && $application_section->review) { $productReview = $application_section->review ->where('type', App\Models\PlReview::TYPE_PRODUCT_REQUIREMENT) ->first(); } @endphp
{{ $productReview->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $productReview->remarks }}

D: Service Certifications and Standards

Additional Green Services
{{-- --}}
{{ $application->services->sirim_eco_label == 1 ? 'Yes' : 'No' }}
{{ $application->services->eco_label_certificate ?? '-' }}
Other Compliance with Government Requirement
{{-- --}}
@if (optional($compliance_1)->path && $compliance_1->send_to_approver == 1) @else {{ 'No compliance 1 uploaded by company' }} @endif
@if (optional($compliance_2)->path && $compliance_2->send_to_approver == 1) @else {{ 'No compliance 2 uploaded by company' }} @endif

{{ $standard?->is_comply == 1 ? 'Comply' : 'Not Comply' }}

{{ $standard?->remarks ?? '-' }}

{{ $standard?->notes ?? '-' }}

Project Leader Review
@php $standardReview = null; if ($application_section && $application_section->review) { $standardReview = $application_section->review ->where('type', App\Models\PlReview::TYPE_SERVICE_STANDARD) ->first(); } @endphp
{{ $standardReview->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $standardReview->remarks }}