@extends('admin.layout') @section('admin-title') Prompt Categories @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'Prompt Categories' => 'admin/data/prompt-categories']) !!}
This is a list of prompt categories that will be used to classify prompts on the prompts page. Creating prompt categories is entirely optional, but recommended if you need to sort prompts for mod work division, for example. The submission approval queue page can be sorted by prompt category.
The sorting order reflects the order in which the prompt categories will be displayed on the prompts page.
@if (!count($categories))No prompt categories found.
@else| {!! $category->displayName !!} | Edit |