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