@hotelSettings
1
Category Details
2
Add Menu Items
@if($errors->any()) @endif
@csrf
@error('name')
{{ $message }}
@enderror Choose a descriptive name for your category
@error('description')
{{ $message }}
@enderror Brief description of what this category contains
@error('parent_id')
{{ $message }}
@enderror Select a parent category if this is a sub-category
Inactive categories won't be visible in the POS system
Quick Tips
  • Use clear, descriptive names
  • Group similar items together
  • Use sub-categories for better organization
  • Keep descriptions brief but informative

Category Icon

Cancel
What's Next?

After creating this category, you'll be able to add menu items to it. You can also edit the category settings anytime.