@extends('layouts.master', [ 'page_title' => 'Master Configuration', 'page_sub_title' => 'Operator Users', 'plugins' => ['datatables' => true] ]) @section('content') @component('components.card_main', [ 'title' => 'Administrate Operators', 'description' => 'Here you can add or remove the operators users.' ]) @slot('after_body') @component('components.datatable') @slot('thead')   Employee Id First Name Last Name Department Plant Status Created At Added By @endslot @slot('tfoot')   Employee Id First Name Last Name Department Plant Status Created At Added By @endslot @endcomponent @endslot @endcomponent @endsection @section('app-scripts') @endsection