@extends('layouts.master', [ 'page_title' => __('audit.audit'), 'body_id' => '', 'page_sub_title' => __('audit.assign_conf'), 'plugins' => ['datatables' => true] ]) @section('content') @component('components.card_main', [ 'title' => __('audit.assign_title'), 'description' => __('audit.assign_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')   ID @lang('audit.form') @lang('audit.type') @lang('master.status') @lang('audit.employee_id') @lang('audit.user') @lang('audit.user_type') @lang('audit.start_date') @lang('audit.due_date') @lang('master.line') @if(Auth::user()->plant_id === \App\Master\Plant::POLAND) @lang('master.machine') @endif @lang('master.facility') @lang('audit.created_by') @lang('audit.created_at') @endslot @slot('tfoot')   ID @lang('audit.form') @lang('audit.type') @lang('master.status') @lang('audit.employee_id') @lang('audit.user') @lang('audit.user_type') @lang('audit.start_date') @lang('audit.due_date') @lang('master.line') @if(Auth::user()->plant_id === \App\Master\Plant::POLAND) @lang('master.machine') @endif @lang('master.facility') @lang('audit.created_by') @lang('audit.created_at') @endslot @endcomponent @endslot @endcomponent @endsection @section('app-scripts') @endsection