Gabriel García Márquez

| Last Name | Márquez |
|---|---|
| First Name | Gabriel García |
| Born | 1927/03/06 |
| Died | 2014/04/17 |
| Gender | |
| Tags | literature, Colombia |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>