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

$model->id, ], [ 'class' => 'btn btn-primary' ] ) ?> $model->id, ], [ 'class' => 'btn btn-success' ] ) ?> $model->id, ], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('catalog', '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', 'sort', 'status:boolean', 'is_filter:boolean', 'created_at:datetime', 'updated_at:datetime', ], ] ) ?>