field($model, 'road_id') ->dropDownList($roads) ?> field($model, 'region_id') ->dropDownList($regions) ?> field($model, 'begin') ->textInput() ?> field($model, 'end') ->textInput() ?> field($model, 'settlement_location_id') ->dropDownList($settlement_locations) ?> field($model, 'settlement_id') ->dropDownList($settlements) ?> field($model, 'distance') ->textInput() ?>
isNewRecord ? 'Створити' : 'Оновити', [ 'class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary' ]) ?>