title = Yii::t('app', 'Create Option');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Options'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
= Html::encode($this->title) ?>
= $this->render('_form', [
'model' => $model,
'models' => $models,
'modellang' => $modellang,
'modeldb' => $modeldb,
'model_id' => $model_id,
'fields' => $fields
]) ?>