@extends('layouts.master', [ 'page_title' => 'Master Configuration', 'page_sub_title' => 'Lines', 'plugins' => ['datatables' => true] ]) @section('content') @component('components.card_main', [ 'title' => 'Configure Lines', 'description' => 'Here you can edit all the lines available in the system.' ]) @slot( 'body' ) @endslot @slot('after_body') @component('components.datatable') @slot('thead')   Name Supervisor Work Shifts Status Sub Plant Plant @endslot @slot('tfoot')   Name Supervisor Work Shifts Status Sub Plant Plant @endslot @endcomponent @endslot @endcomponent @endsection @section('app-scripts') @endsection