{!! Form::button(trans('general.edit'), [ 'type' => 'button', 'class' => 'dropdown-item', 'title' => trans('general.edit'), '@click' => 'onEditWidget(' . $model->id . ')' ]) !!}
{!! Form::deleteLink($model, 'common/widgets') !!}