|
|
@ -5,10 +5,10 @@ use yii\helpers\Html; |
|
|
|
/* @var $this yii\web\View */ |
|
|
|
/* @var $model antgoods\goods\models\ars\Brand */ |
|
|
|
|
|
|
|
$this->title = '编辑 Brand: ' . $model->name; |
|
|
|
$this->params['breadcrumbs'][] = ['label' => 'Brands', 'url' => ['index']]; |
|
|
|
$this->title = '编辑品牌: ' . $model->name; |
|
|
|
$this->params['breadcrumbs'][] = ['label' => '品牌管理', 'url' => ['index']]; |
|
|
|
$this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; |
|
|
|
$this->params['breadcrumbs'][] = 'Update '; |
|
|
|
$this->params['breadcrumbs'][] = '编辑 '; |
|
|
|
?>
|
|
|
|
<div class="brand-update"> |
|
|
|
|
|
|
|