Add New Category

{{ csrf_field() }} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
The name is how it appears on your site.
@if(in_array($type, array('cms')))
Categories have a hierarchy. You might have a Jazz category, and under that have children categories for Bebop and Big Band. Totally optional.
@endif
Enter description for this category.