<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model antgoods\models\ars\Attribute */ $this->title = '创建规格'; $this->params['breadcrumbs'][] = ['label' => '规格管理', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> <div class="attribute-create"> <?= $this->render('_form', [ 'model' => $model, ]) ?> </div>