<?php /* @var $this yii\web\View */ /* @var $model common\models\GoodsAttr */ $this->title = Yii::t('common', 'Create Goods Attr'); ?> <div class="goods-attr-create"> <?= $this->render('_form', [ 'model' => $model, ]) ?> </div>