title = 'Update Country: ' . $model->name; $this->params['breadcrumbs'][] = ['label' => 'Countries', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'code' => $model->code]]; $this->params['breadcrumbs'][] = 'Update'; ?>

title) ?>

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