@extends('admin.layout') @section('admin-title') Subtypes @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'Subtypes' => 'admin/data/subtypes']) !!}
Subtypes are optional categories that can be added to species. Characters require a species, but do not require a subtype. Note that the sort order here reflects the sort order under the species name as well.
@if (!count($subtypes))No subtypes found.
@else| @if (!$subtype->is_visible) @endif {!! $subtype->displayName !!} | {!! $subtype->species->displayName !!} | Edit |