<div class="col s1 m1 l1"> <img src="<?php echo $comment['user']['image']['href']; ?> " alt="" class="circle responsive-img" style="width: 100%"> </div> <div class="col s11 m11 l11"> <h6 class="teal-text" style="font-size: 22px"> <?php echo ucfirst($comment['user']['first_name']); ?> <?php echo ucfirst($comment['user']['last_name']); ?> <span class="grey-text" style="font-size: 12px; float: right;"><?php echo HTMLHelper::TimeElapsedString($comment['created']); ?> </span> </h6> <p style="margin-bottom: 40px;"><?php echo $comment['content']; ?> </p> <hr> </div> </div> <?php } ?> <?php } else {