title = Yii::t( 'app', 'Update {modelClass}: ', [ 'modelClass' => 'Question', ] ) . $model->name; $this->params[ 'breadcrumbs' ][] = [ 'label' => Yii::t('app', 'Questions'), 'url' => [ 'index' ], ]; $this->params[ 'breadcrumbs' ][] = [ 'label' => $model->name, 'url' => [ 'view', 'id' => $model->id, ], ]; $this->params[ 'breadcrumbs' ][] = Yii::t('core', 'Update'); ?> $this->title, 'options' => [ 'class' => 'x_panel question-update', ], ] ) ?> render( '_form', [ 'model' => $model, 'services' => $services, 'doctors' => $doctors ] ) ?>