title = "Log Detail"; ?> $model, 'attributes' => [ 'id', 'user_id', [ 'label' => Yii::t('app', 'Admin'), 'attribute' => 'user', 'value' => function($model){ return $model->user->username; } ], 'route', 'created_at:datetime', [ 'attribute' => 'description', 'format' => 'raw', ] ], ]) ?>