@extends('layouts.master', [ 'page_title' => 'Reworks', 'page_sub_title' => 'Defects Configuration', 'plugins' => ['datatables' => true] ]) @section('content') @component('components.card_main', [ 'title' => 'Administrate Defects', 'description' => 'Here you can edit all the defects available in the system.' ]) @slot( 'body' ) @endslot @slot('after_body') @component('components.datatable') @slot('thead')   Name Line Status Plant @endslot @slot('tfoot')   Name Line Status Plant @endslot @endcomponent @endslot @endcomponent @endsection @section('app-scripts') @endsection