@include('supplierquality.components.report_partials.general_information')
@yield('after_three_d')
@component('supplierquality.components.report_card_attachment',[
'report' => $report,
'name' => 'Action Evidence Attachment',
'instruction' => 'Add here all the files related with a corrective action',
'attachment_id' => 'action_attachments',
'file_origin' => "action_file",
'report_table' => "actions_attachments_table",
'form_id' => "actions_evidence_form"
])
@endcomponent
@component('supplierquality.components.report_card_attachment',[
'report' => $report,
'name' => 'Custom 8D Report Attachment',
'instruction' => 'Add here your custom 8D Report format',
'attachment_id' => 'custom_report_attachments',
'file_origin' => "report_file",
'report_table' => "custom_8d_report_table",
'form_id' => "custom_8d_report_attachment_form"
])
@endcomponent
@if(!$report->is_saved )
@endif
@if($user->is_internal)
@yield('documentation')
@endif