title = 'Update Label: ' . $model->lang->name; $this->params[ 'breadcrumbs' ][] = [ 'label' => 'Labels', 'url' => [ 'index' ], ]; $this->params[ 'breadcrumbs' ][] = [ 'label' => $model->lang->name, 'url' => [ 'view', 'id' => $model->id, ], ]; $this->params[ 'breadcrumbs' ][] = 'Update'; ?>

title) ?>

render('_form', [ 'model' => $model, 'model_langs' => $model_langs, ]) ?>