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

You are about to delete the loot table {{ $table->name }}. This is not reversible. If prompts that use this loot table exist, you will not be able to delete this table.

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

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