_comment.php 330 Bytes
<?php
    /**
     * @var \common\models\Comment $model;
     */
    ?>
<div class="service-comments style">
    <div class="style comments-h-autor"><?=$model->name?></div>
    <div class="style comments-h-text"><?=$model->comment?></div>
    <div class="style comments-h-date"><?=date('d.m.Y', $model->created_at)?></div>
</div>