title = $model->title; $this->params['breadcrumbs'][] = ['label' => 'Resume Templates', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; \yii\web\YiiAsset::register($this); ?>

$model->id], ['class' => 'btn btn-primary']) ?> $model->id], ['class' => 'btn btn-primary']) ?> $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'id', 'title', 'created_at', 'updated_at', [ 'attribute' => 'status', 'format' => 'raw', 'filter' => StatusHelper::statusList(), 'value' => StatusHelper::statusLabel($model->status), ], 'header_text', [ 'attribute'=>'header_image', 'value'=>$model->header_image, 'format' => ['image',['width'=>'100','height'=>'100']], ], [ 'attribute' => 'template_body', 'format' => 'raw' ], ], ]) ?>