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
Evaluator Review (Category)
@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 (Service Name)
@php $providerReview = null; if ($application_section && $application_section->review) { $providerReview = $application_section->review ->where('type', App\Models\EvaluatorReview::TYPE_provider_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' : '' }} />
Evaluator Review (Service Brochure)
@php $brochureReview = null; if ($application_section && $application_section->review) { $brochureReview = $application_section->review ->where('type', App\Models\EvaluatorReview::TYPE_SERVICE_BROCHURE) ->first(); } @endphp
is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('brochure')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('brochure')">
@error('is_comply') {{ $message }} @enderror
is_comply == '0' ? 'required' : '' }} />
is_comply == '1' ? 'required' : '' }} />

B: Contact Person

Primary Contact
Secondary Contact