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

You are about to delete the scavenger hunt {{ $hunt->name }}. This is not reversible. If users have participated in this hunt, you will not be able to delete it.

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

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