Leonardo da Vinci

| Last Name | Vinci |
|---|---|
| First Name | Leonardo da |
| Born | 1452/03/28 |
| Died | 1519/04/12 |
| Gender | |
| Tags | art, inventor, Italy |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>