Certification Registration

This is the Certification Registration tab, where you need to upload all relevant documents for your application to be valid and processed.

Your chosen product is qualified to be under below Qualification Type and the scheme/standard. Kindly tick Either 1 of them which is the best matched to your product certification and proceed accordingly.

    @php $product_certification_id = old('product_certification_id', isset($application) ? $application->product_certification_id : null); @endphp @foreach (\App\Models\QualificationType::orderBy('priority')->get() as $qualification)
  1. {{ $qualification->name }}

    @if ($productGroup->productCertificationGroup->where('qualification_type_id', $qualification->id)->count() > 0)

    Scheme

    @foreach ($productGroup->productCertificationGroup->where('qualification_type_id', $qualification->id)->sortBy('priority') as $productCertification)
    id)>
    @endforeach @else

    Scheme: Not Available

    @endif @if ($qualification->is_allow_other)
    id == old('qualification_type_id')) disabled>
    Please specify the Document Name:
    @endif

  2. @endforeach