@lang('audit.auditor'): {{$assignment->user->full_name}}
@if($form->is_part_number_required)
@endif
@lang('master.line'): {{$assignment->line->name}}
@lang('master.plant'): {{$assignment->sub_plant->name}}
@if(Auth::user()->plant_id === \App\Master\Plant::POLAND)
@lang('master.machine'): {{$assignment->machine ? $assignment->machine->name : ""}}
@endif
@lang('audit.layer'): {{$assignment->layer_name}}
{{ $loop->iteration . " - " . $question->inquiry}}
@component('components.file_input',['id'=>"fileNormal_add_{$question->id}_1", 'name'=>"fileNormal_add_{$question->id}_1", 'accept' => 'image/jpeg,image/gif,image/png'])@endcomponent
@lang('audit.max_size_file')
@endforeach
{{-- _____________________ QUALITY ALERT QUESTIONS _____________________ --}}
@if($assignment->is_quality)
@foreach($assignment->line->activeQualityAlerts as $key => $alert)
{{$alert->inquiry}}
@component('components.file_input',['id'=>"fileAlert_add_{$question->id}_1", 'name'=>"fileAlert_add_{$question->id}_1", 'accept' => 'image/jpeg,image/gif,image/png'])@endcomponent
@lang('audit.max_size_file')
@endforeach
@endif
@lang('audit.sign_details'):
@component('components.button',
['type'=>'delete', 'text'=>__('audit.delete_signature'), 'color_class'=> 'secondary'])
@endcomponent
@if($user_is_public)
@lang('audit.sign_auditor'): {{$assignment->user->full_name}}
@component('components.button',
['type'=>'delete', 'text'=>__('audit.delete_signature'), 'color_class'=> 'secondary'])
@endcomponent
@endif
@component('components.button',
['type'=>'send', 'submit' => true,'text'=>__('audit.save_audit'), 'extra_class' => 'btn-lg'])
@endcomponent