@if ($event) {!! Form::open(['url' => 'admin/world/events/delete/' . $event->id]) !!}
You are about to delete {!! $event->name !!}? This is not reversible. If you would like to hide the event from users, you can set it as inactive from the event settings page.
Are you sure you want to delete {{ $event->name }}?