title = $model->lang->title; $this->params[ 'breadcrumbs' ][] = [ 'label' => Yii::t('stock', 'Shops'), 'url' => [ 'index' ], ]; $this->params[ 'breadcrumbs' ][] = $this->title; ?>
\Yii::t('stock', Html::encode($this->title)), ] ); ?>

title) ?>

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

$model, 'attributes' => [ 'id', 'lang.title', [ 'attribute' => 'lang.alias.value', 'label' => \Yii::t('catalog', 'Alias'), ], 'lang.description:html', 'lang.address', 'sort', 'status:boolean', ], ]) ?>