Johann Sebastian Bach

| Last Name | Bach |
|---|---|
| First Name | Johann Sebastian |
| Born | 1685/03/21 |
| Died | 1750/07/28 |
| Gender | |
| Tags | music, classical, Germany |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>