@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', 'Create New Staff') @section('content')

Create New Staff

Staff Information
@csrf
Cancel
@endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/select2/select2.js']) @endsection @section('page-script') @endsection