title = \Yii::t('stock', 'Variant Count'); $this->params[ 'breadcrumbs' ][] = $this->title; ?>
\Yii::t('stock', Html::encode($this->title)), ] ); ?>

title) ?>

$shop_id, ], [ 'class' => 'btn btn-success' ] ) ?> $shop_id, ], [ 'class' => 'btn btn-success' ] ) ?>

$dataProvider, 'columns' => [ [ 'class' => 'yii\grid\SerialColumn' ], [ 'attribute' => \Yii::t('stock', 'Address'), 'value' => 'shop.lang.address', ], [ 'attribute' => \Yii::t('stock', 'Sku'), 'value' => 'variant.sku', ], 'count', [ 'class' => 'yii\grid\ActionColumn', 'template' => '{view} {update} {delete}{link}', 'buttons' => [ 'link' => function ($url,$model,$key) { return Html::a('  '); }, 'icon' => 'gift', ], ], ], ] ); ?>