Section C: Product Ownership

Status: {{ \App\Models\Application::PRODUCT_OWNERSHIP[$application->product_ownership] ?? '-' }}
{{ \App\Models\Application::PRODUCT_OWNERSHIP[$application->product_ownership] ?? '-' }}
@if ($application->product_ownership == \App\Models\Application::PO_RESELLER) @endif
@php $authorizationLetter = $application->attachments->where('type', 'authorization_letter')->first(); @endphp
@if ($authorizationLetter) [View Here] @else No documents available @endif
Evaluator Review
@php $authorizationLetterReview = null; if ($certificate_section && $certificate_section->review) { $authorizationLetterReview = $certificate_section->review->where('type', App\Models\EvaluatorReview::TYPE_AUTHORIZATION)->first(); } @endphp
is_comply) == '1' ? 'checked' : '' }} onchange="updateLabel('authorization_letter')">
is_comply) == '0' ? 'checked' : '' }} onchange="updateLabel('authorization_letter')">
@error('is_comply') {{ $message }} @enderror