title = Yii::t( 'app', 'Update {modelClass}: ', [ 'modelClass' => 'Comment', ] ) . $model->name; $this->params[ 'breadcrumbs' ][] = [ 'label' => Yii::t('app', 'Comments'), '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 comment-update', ], ] ) ?> render( '_form', [ 'model' => $model, 'services' => $services ] ) ?>