title = $model->title; $this->params['breadcrumbs'][] = ['label' => '人才', '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', 'title', [ 'attribute' => 'content', 'label' => '内容', 'value' => \yii\helpers\Markdown::process($model->data->content), 'format' => 'raw', ], 'category', 'created_at:datetime', 'updated_at:datetime', 'status', 'cover', ], ]) ?>