@php $alphabet = range('a', 'z'); @endphp

Supporting Documents

Upload below listed documents to support the Main Certificate above:
@foreach ($productGroup->supportingDoc->sortBy('priority') as $supportingDoc) @php $inputName = 'supporting_document[' . $supportingDoc->id . ']'; $errorKey = 'supporting_document.' . $supportingDoc->id; $isInvalid = $errors->has($errorKey) ? 'is-invalid' : ''; @endphp
No file selected
{{-- --}} {{ $supportingDoc->description }} @if(isset($application) && $application->no_expiry_date == 0)
This document is already expired on {{ $application->myhijau_exp_date ?? '1-1-2024' }}.
@endif @error($errorKey)
{{ $message }}
@enderror
@endforeach


Product Ownership

Please declare your company's ownership on the product:

@php $product_ownership = old('product_ownership', isset($application) ? $application->product_ownership : null); @endphp @foreach (\App\Models\Application::PRODUCT_OWNERSHIP as $key => $value)
@endforeach @error('product_ownership')
{{ $message }}
@enderror
No file selected
{{-- --}} @error('authorization_letter')
{{ $message }}
@enderror