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

$model->id], ['class' => 'btn btn-success']) ?> $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('common', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'id', 'name', 'title', 'status', 'author', 'desc', 'created_at:datetime', 'updated_at:datetime', ], ]) ?>