@php $configData = appClasses(); @endphp @extends('layouts/contentNavbarLayout') @section('vendor-style') @vite(['resources/assets/vendor/libs/quill/typography.scss', 'resources/assets/vendor/libs/highlight/highlight.scss', 'resources/assets/vendor/libs/quill/katex.scss', 'resources/assets/vendor/libs/quill/editor.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/select2/select2.js']) @vite(['resources/assets/vendor/libs/quill/katex.js', 'resources/assets/vendor/libs/highlight/highlight.js', 'resources/assets/vendor/libs/quill/quill.js']) @endsection @section('page-script') @vite(['resources/assets/js/create-categories.js']) @endsection @section('title', 'Create New Staff') @section('content')

Add New Type/Category

Type/Category Information
@csrf
@endsection