Section A: Main Certificate

Scheme/Certification Requirement(s)
{{ $application->product_certification?->name }}
Certificate Details
@if ($certIsComply !== null && $certIsComply == 0) @endif
@php $mainCertificate = $application->attachments->where('type', 'certificate')->first(); @endphp
@if ($mainCertificate) [View Here] @else No documents available @endif
Evaluator Review
is_comply) == '1' ? 'checked' : '' }} disabled>
is_comply) == '0' ? 'checked' : '' }} disabled>
@error('is_comply') {{ $message }} @enderror

@if (\Carbon\Carbon::parse($application->issue_date)->diffInMonths($application->expiry_date ? \Carbon\Carbon::parse($application->expiry_date) : \Carbon\Carbon::now()) > 6) Yes @else No @endif

@foreach (\App\Models\Application::ACCREDITATION_TYPE as $key => $type)
extra?->type_of_accreditation) == $key ? 'checked' : '' }} />
@endforeach