@php $configData = appClasses(); @endphp @extends('layouts/contentNavbarLayout') @section('vendor-style') @vite(['resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/select2/select2.scss']) @endsection @section('title', 'Staffs') @section('content')

Staff Account

Add Staff
All Staff
Name Staff Role Mobile Email Status Action
No archived staff found.
@endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', 'resources/assets/vendor/libs/select2/select2.js', // 'resources/assets/js/staff.js', 'resources/assets/js/tables-datatables-basic.js', ]) @endsection @section('page-script') @endsection