field($model, 'parent_id') ->dropDownList($parent_items, [ 'prompt' => "Выберите вид доставки..." ]) ?> field($model, 'value') ->textInput() ?> field($model, 'sort') ->textInput() ?> $model_langs, 'formView' => '@backend/views/delivery/_form_language', 'form' => $form, ]) ?>
isNewRecord ? 'Create' : 'Update', [ 'class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary' ]) ?>