{{-- Modal form to confirm deletion of resource --}} {!! Form::open([ 'method' => 'DELETE', 'route' => ["$route.destroy", $resource->getKey()], 'id' => 'delete-modal-form-' . $resource->getKey(), 'class' => 'reveal-modal small', 'data-reveal' ]) !!}
{{ _('Are you sure?') }}