@section('title') Qualification and Scheme @endsection @section('breadcrumbs') {{ Breadcrumbs::render('application.qualification-scheme.show', $item->id) }} @endsection

{{ __('View Qualification and Scheme') }}

{{ $product_group->parent->name . ' (' .$product_group->name . ')' ?? '-' }}
{{ $item->name ?? '-' }}
{{ $item->priority ?? '-' }}

@foreach ($product_cert as $index => $productCert)
{{ $productCert->name ?? '-' }}
{{ $productCert->description ?? '-' }}
{{--
    @foreach ($productCert->standardRequirements as $req)
  • {{ $req->name }}
  • @endforeach
{{ $productCert->applicationData->value ?? '-' }}
{{ $productCert->applicationData->country->name ?? '-' }}
{{ $productCert->priority ?? '-' }}
--}} @endforeach
@foreach ($supportingDoc as $index => $supporting)
{{ $supporting->name ?? '-' }}
{{ $supporting->description ?? '-' }}
{{--
{{ $supporting->applicationData->value ?? '-' }}
{{ $supporting->applicationData->country->name ?? '-' }}
--}} @endforeach
@section('scripts') @endsection