{!! Form::open(['route' => [$dRoute, $entity], 'method' => 'delete']) !!} {!! Form::button(trans('core::core.crud.delete'), [ 'id' => 'delete-form-submit-button-'.$entity, 'type' => 'submit', 'class' => 'btn m--margin-right-10 btn-outline-danger btn-edit btn-crud delete-form-submit-button', 'onclick' => "return confirm($.i18n._('are_you_sure'))" ]) !!} {!! Form::close() !!}