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

You are about to delete the category {{ $category->name }}. This is not reversible. If characters in this category exist, you will not be able to delete this category.

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

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