@csrf @if($method !== 'POST') @method($method) @endif
@error('name')
{{ $message }}
@enderror
@error('slug')
{{ $message }}
@enderror
@foreach(['supports_ranks' => 'Ranks', 'supports_roles' => 'Roles', 'supports_characters' => 'Characters', 'supports_regions' => 'Regions', 'supports_servers' => 'Servers'] as $field => $label)
{$field}))>
@endforeach
Cancel