Vincent van Gogh

| Last Name | Gogh |
|---|---|
| First Name | Vincent van |
| Born | 1853/03/30 |
| Died | 1890/07/29 |
| Gender | |
| Tags | art, Netherlands |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>