@extends('layouts.master', [ 'page_title' => __('andon.andon'), 'page_sub_title' => __('andon.cause_conf'), 'plugins' => ['datatables' => true] ]) @section('content') @component('components.card_main', [ 'title' => __('andon.adm_causes'), 'description' => __('andon.cause_descr') ]) @slot( 'body' ) @endslot @slot('after_body') @component('components.datatable') @slot('thead')   @lang('master.name') @lang('master.department') @lang('master.status') @lang('master.plant') @endslot @slot('tfoot')   @lang('master.name') @lang('master.department') @lang('master.status') @lang('master.plant') @endslot @endcomponent @endslot @endcomponent @endsection @section('app-scripts') @endsection