@extends('layouts.master') @section('content')
@include('supplierquality.components.report_partials.header')
@include('supplierquality.components.report_partials.general_information')
@yield('one_d')
@yield('two_d')
@yield('three_d')
@yield('after_three_d')
@yield('four_d')
@yield('five_d')
@yield('six_d')
@yield('seven_d')
@yield('eight_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
@endsection @section('plugin-scripts') {{-- --}} @endsection @section('app-scripts') @endsection