@if ($faction) {!! Form::open(['url' => 'admin/world/factions/delete/' . $faction->id]) !!}

You are about to delete the {!! $faction->style !!}? This is not reversible. If you would like to hide the faction from users, you can set it as inactive from the faction settings page.

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

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