@extends('layouts.master', [ 'plugins' => ['datatables' => true] ]) @section('content') @component('components.card_main', [ 'title' => 'Administrate Quantity Explosion of BOM', 'description' => "Here you can manage explosions of BOM." ]) @slot('body')
@endslot @slot('after_body') @component('components.datatable') @slot('thead')   @lang('master.name') @lang('master.description') @lang('master.quantity') @lang('master.unit') @lang('master.part_number') @lang('master.plant') @lang('master.creator') @endslot @slot('tfoot')   @lang('master.name') @lang('master.description') @lang('master.quantity') @lang('master.unit') @lang('master.part_number') @lang('master.plant') @lang('master.creator') @endslot @endcomponent @endslot @endcomponent @endsection @section('app-scripts') @endsection