@extends('layouts.master', [ 'plugins' => ['datatables' => true] ]) @section('content') @component('components.card_main', [ 'title' => __('shipment.landings_history_title'), 'description' => __('shipment.landings_history_sub_title') ]) @slot( 'body' ) @component('components.search_data_form', [ 'plant' => ['active' => true], 'date_from' => ['active' => true], 'date_to' => ['active' => true], 'buttons' => ['reset' =>true, 'download'=>true ] ] ) @endcomponent @endslot @slot('after_body') @component('components.datatable') @slot('thead') @if(intval($plant_id) !== \App\Master\Plant::POLAND) @lang('shipment.view_checklist') @endif ID @lang('shipment.registration_date') @lang('shipment.registration_time') @lang('mailbox.supplier') @lang('mailbox.client') @endslot @slot('tfoot') @if(intval($plant_id) !== \App\Master\Plant::POLAND)   @endif ID @lang('shipment.registration_date') @lang('shipment.registration_time') @lang('mailbox.supplier') @lang('mailbox.client') @endslot @endcomponent @endslot @endcomponent @endsection @section('app-scripts') @endsection