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