@if (Route::has($context->context('%s.delete'))) {!! Form::model($context, [ 'method' => 'DELETE', 'url' => $context->route('delete'), 'class' => 'float-right inline', 'onsubmit' => "return confirm('" . trans('message.sure_remove_entity') . "')" ]) !!} {!! Form::close() !!} @endif