Ray Charles

| Last Name | Charles |
|---|---|
| First Name | Ray |
| Born | 1930/09/23 |
| Died | 2004/06/10 |
| Gender | |
| Tags | music, soul, USA |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>