<?php if(empty($comments)){ ?>
        <li class='no-data'><div class='text-center'><span class='text-muted'>There is no comments!</span></div></li>
    
    <?php } else{
            foreach($comments as $comment){?>