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

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

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

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