title = $model->name; $this->params['breadcrumbs'][] = ['label' => Yii::t('user', 'Permissions'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

'btn btn-outline-primary btn-sm']) ?> $model->name], ['class' => 'btn btn-primary btn-sm']) ?> $model->name], [ 'class' => 'btn btn-danger btn-sm', 'data' => [ 'confirm' => Yii::t('buttons', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ [ 'attribute' => 'name', 'label' => Yii::t('user', 'Role Name'), ], [ 'attribute' => 'description', 'label' => Yii::t('user', 'Role Description'), ], [ 'attribute' => 'ruleName', 'label' => Yii::t('user', 'Rule Name'), ], ], ]) ?>