{{-- CMR Part G — additional picture documents (after pictorial observations table). --}} @php $addDocsOld = report_wizard_rows('part_g.additional_picture_documents', [], $reportPayload ?? null); $reportDraftIdForG1 = (int) old('report_draft_id', $reportDraftId ?? 0); $mecReportIdForG1 = (int) ($mecReportIdForG1 ?? old('mec_workflow_report_id', $mecReportWorkflowId ?? 0)); @endphp
Additional picture documents

Attach supplementary pictures. Each file is printed on its own page at the end of the report.

@foreach ($addDocsOld as $aIdx => $adoc) @include('reports.partials.g1-cmr-additional-picture-row', [ 'aIdx' => (int) $aIdx, 'adoc' => is_array($adoc) ? $adoc : [], 'reportDraftIdForG1' => $reportDraftIdForG1, 'mecReportIdForG1' => $mecReportIdForG1, ]) @endforeach
@push('stylesheets') @endpush @push('scripts') @endpush