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', [ 'attribute' => 'Photo', 'format' => 'raw', 'value' => function ($model) { return Html::tag('img', null, ['src' => $model->photo, 'width' => '100px']); } ], [ 'attribute' => 'Resume', 'format' => 'raw', 'value' => function ($model) { return Html::a('Скачать', $model->resume, ['target' => '_blank']); } ], [ 'attribute' => 'gender', 'value' => $model->gendersText, ], 'email:email', 'dob', [ 'attribute' => 'status', 'value' => $model->status0->name, ], 'salary', [ 'attribute' => 'position_id', 'value' => (isset($model->position->name)) ? $model->position->name : 'Без должности', ], 'created_at', 'updated_at', ], ]) ?>

Навыки

name; ?>

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

$modelFildValue, 'layout' => "{items}", 'columns' => [ 'field.name:text:Поле', [ 'attribute' => 'value', 'format' => 'raw', 'value' => function ($model) { if ($model->type_file == 'file') { return $model->value . ' (' . Html::a('Скачать', $model->value, ['target' => '_blank', 'download' => 'download']) . ')'; } return $model->value; } ], ], ]); ?>