title = $model->variant->sku; $this->params[ 'breadcrumbs' ][] = [ 'label' => \Yii::t('stock', 'Variant Count'), 'url' => [ 'index', 'shop_id' => $model->shop_id, ], ]; $this->params[ 'breadcrumbs' ][] = $this->title; ?>
\Yii::t('stock', Html::encode($this->title)), ] ); ?>

title) ?>

$model->variant_id, 'shop_id' => $model->shop_id, ], [ 'class' => 'btn btn-primary' ] ) ?> $model->variant_id, 'shop_id' => $model->shop_id, ], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ] ) ?>

$model, 'attributes' => [ 'variant.sku', 'shop.lang.address', 'count', ], ] ) ?>