|
{{ __('Qualification Type') }}
{{ $application->qualification_type?->name ?? '-' }} |
|||
|
{{ $application->main_certificate }} |
@if ($certificate = $application->attachments->where('type', \App\Models\ApplicationAttachment::TYPE_CERTIFICATE)->first()) [View Here] @else No documents available @endif |
||
|
{{ __('In-Complete Notes') }} Reviews Notes{{ $mainCertReview->remarks }} |
|||
|
{{ __('Scheme/Certification Requirement(s)') }}
{{ $application->product_certification?->name ?? '-' }} |
|||
| {{ __('Supporting Documents') }} | {{ __('Document') }} | ||
| {{ $supportingDoc->name }} | @php $file = $application->attachments->where('type', \App\Models\ApplicationAttachment::TYPE_SUPPORTING_DOC)->where('supporting_document_id', $supportingDoc->id)->first(); @endphp @if ($file) [View Here] @else No documents available @endif | ||
|
{{ __('In-Complete Notes') }} Reviews Notes{{ $supportingDocReview->remarks }} |
|||
|
{{ __('Supporting Documents Requirements') }}
|
|||
|
{{ \App\Models\Application::PRODUCT_OWNERSHIP[$application->product_ownership] ?? '-' }} |
@if ($application->product_ownership == \App\Models\Application::PO_RESELLER) @if ($authorizationLetter = $application->attachments->where('type', \App\Models\ApplicationAttachment::TYPE_AUTHORIZATION)->first()) [View Here] @else No documents available @endif @else Not Applicable @endif |
||
|
{{ __('In-Complete Notes') }} Reviews Notes{{ $alReview->remarks }} |
|||