Relevant document related to the products applied, recognized by MGTC. (e.g., certificate, reports, and test reports)
@foreach ($application->product_group->supportingDoc as $supportingDoc)
@php
$supportingDocReview = $certificateSection?->review->where('type', App\Models\EvaluatorReview::TYPE_SUPPORTING_DOC . "_$supportingDoc->id")->first();
$supportingDocIsComply = $supportingDocReview?->is_comply;
@endphp