@extends('layouts.bootstrap') @section('title', 'Create Ticket Category') @section('breadcrumb', 'Dashboard / Ticket Management / Ticket Categories / Create') @section('content')
Create New Ticket Category
@csrf
@error('name')
{{ $message }}
@enderror
A unique name for this category
@error('description')
{{ $message }}
@enderror
Optional description for this category
@error('color')
{{ $message }}
@enderror
Choose a color for this category
@error('icon')
{{ $message }}
@enderror
Bootstrap icon class (optional)
@error('sort_order')
{{ $message }}
@enderror
Lower numbers appear first
Inactive categories won't appear in ticket creation
Cancel
Category Preview
Category Name
category-name

Category description will appear here

Active Order: 0
Tips
  • Use descriptive names
  • Choose distinct colors
  • Set appropriate sort order
  • Use Bootstrap icons for better UX
@endsection @push('scripts') @endpush