title = 'Shops'; $this->params['breadcrumbs'][] = \Yii::t('stock', $this->title); ?>
= Html::a(\Yii::t('stock', 'Create Shop'), ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'id', [ 'attribute' => \Yii::t('stock', 'Address'), 'value' => 'lang.address', ], 'sort', 'status:boolean', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>