title = $model->id;
$this->params['breadcrumbs'][] = ['label' => Yii::t('common', 'Vip Users'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
= DetailView::widget([
'model' => $model,
'attributes' => [
'id',
'user_id',
'price_id',
'price',
'month',
'start_time:datetime',
'end_time:datetime',
'type',
'pay_user_id',
'created_at',
'updated_at',
'status',
],
]) ?>