title = Yii::t('common', 'Create Car Brand'); $this->params['breadcrumbs'][] = ['label' => Yii::t('common', 'Car Brands'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
render('_form', [ 'model' => $model, ]) ?>