@extends('admin.layout') @section('admin-title') Character Titles @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'Character Titles' => 'admin/data/character-titles']) !!}
This is a list of titles that can be applied to characters. Titles are optional, and pre-set titles may be created here for ease of use, or custom titles can be given to individual characters when editing their traits, etc.
@if (!count($titles))No titles found.
@else| {!! $title->displayName !!} | Edit |