field($model, 'road_id') ->dropDownList($roads) ?> field($model, 'region_id') ->dropDownList($regions) ?> field($model, 'begin') ->textInput() ?> field($model, 'end') ->textInput() ?> field($model, 'road_direction_id') ->dropDownList($directions) ?> field($model, 'organization_id') ->dropDownList($organizations) ?> field($model, 'year_begin') ->textInput() ?>
isNewRecord ? 'Додати' : 'Оновити', [ 'class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary' ]) ?>