title = 'Update User: ' . $model->name; $this->params['breadcrumbs'][] = ['label' => 'Users', 'url' => ['user']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['user-view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = 'Update'; ?>

title) ?>

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