@extends('admin.layout') @section('admin-title') Item Categories @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'Item Categories' => 'admin/data/item-categories']) !!}
This is a list of item categories that will be used to sort items in the inventory. Creating item categories is entirely optional, but recommended if you have a lot of items in the game.
The sorting order reflects the order in which the item categories will be displayed in the inventory, as well as on the world pages.
@if (!count($categories))No item categories found.
@else| @if (!$category->is_visible) @endif {!! $category->displayName !!} | Edit |