Main Certificate

Your have chosen a scheme/certification under:

Qualification Type: {{ $application->product_certification->qualification->name ?? 'N/A' }}

Scheme/certification: {{ $application->product_certification->name ?? 'N/A' }}


Upload the Certificate or Document

Note:

  1. The documents can be either a certificate or others issued by the recognised certification bodies.
  2. Certificate Number can be also the Reference number or file number stated in the document.
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
@push('scripts') @endpush