title = '编辑 Shop Category: ' . $model->name; $this->params['breadcrumbs'][] = ['label' => 'Shop Categories', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = 'Update '; ?>
render('_form', [ 'model' => $model, ]) ?>