@extends('layouts.master', [
'plugins' => ['datatables' => true]
])
@section('content')
@component('components.card_main', [
'title' => __('audit.audits_history'),
'description' => __('audit.audits_history_descr')
])
@slot( 'body' )
@component('components.search_data_form',
[
'plant' => ['active' => true],
'date_from' => ['active' => true],
'date_to' => ['active' => true],
]
)
@slot('extra_inputs')
{{--
--}}
@endslot
@endcomponent
@endslot
@slot('after_body')
@component('components.datatable')
@slot('thead')
@lang('audit.view') |
ID |
@lang('audit.form') |
@lang('audit.form_type') |
@lang('audit.employee_id') |
@lang('audit.auditor') |
@lang('audit.auditor_type') |
@lang('audit.layer') |
@lang('master.part_number') |
@lang('master.line') |
@if(Auth::user()->plant_id === \App\Master\Plant::POLAND)
@lang('master.machine') |
@endif
@lang('master.facility') |
@lang('audit.created_at') |
@endslot
@slot('tfoot')
|
ID |
@lang('audit.form') |
@lang('audit.form_type') |
@lang('audit.employee_id') |
@lang('audit.auditor') |
@lang('audit.auditor_type') |
@lang('audit.layer') |
@lang('master.part_number') |
@lang('master.line') |
@if(Auth::user()->plant_id === \App\Master\Plant::POLAND)
@lang('master.machine') |
@endif
@lang('master.facility') |
@lang('audit.created_at') |
@endslot
@endcomponent
@endslot
@endcomponent
@endsection
@section('app-scripts')
@endsection