Humphrey Bogart

| Last Name | Bogart |
|---|---|
| First Name | Humphrey |
| Born | 1899/01/23 |
| Died | 1957/01/14 |
| Gender | |
| Tags | film, actor, USA |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>