@if ($subtype) {!! Form::open(['url' => 'admin/data/subtypes/delete/' . $subtype->id]) !!}

You are about to delete the subtype {{ $subtype->name }}. This is not reversible. If traits and/or characters that have this subtype exist, you will not be able to delete this subtype.

Are you sure you want to delete {{ $subtype->name }}?

{!! Form::submit('Delete Subtype', ['class' => 'btn btn-danger']) !!}
{!! Form::close() !!} @else Invalid subtype selected. @endif