title = $model->fio; $this->params['breadcrumbs'][] = ['label' => 'User Cards', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

$model->id], ['class' => 'btn btn-primary']) ?>

$model, 'attributes' => [ 'fio', 'passport', [ 'label' => 'Photo', 'format' => 'raw', 'value' => function($model){ return Html::tag('img', null, ['src' => $model->photo, 'width' => '100px']); } ], [ 'label' => 'Resume', 'format' => 'raw', 'value' => function($model){ return Html::a('Скачать', $model->resume, ['target' => '_blank']); } ], [ 'label' => 'gender', 'value' => $model->gendersText, ], 'email:email', 'dob', [ 'label' => 'status', 'value' => $model->status0->name, ], 'salary', 'created_at', 'updated_at', ], ]) ?>

Дополнительные сведения

$modelFildValue, 'layout'=>"{items}", 'columns' => [ 'field.name:text:Поле', 'value', ], ]); ?>