|
|
|
@ -8,7 +8,10 @@
|
|
|
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
|
|
|
<td>
|
|
|
|
|
<div class="tour_feedback">
|
|
|
|
|
<div class="feedback_content"><strong><?php echo $feedback['title'] ?></strong><?php echo $feedback['content'] ?><a href="<?php echo $feedback['url'] ?>" target="_blank">More</a></div>
|
|
|
|
|
<div class="feedback_content">
|
|
|
|
|
<strong><?php echo $feedback['title'] ?></strong>
|
|
|
|
|
<p><?php echo $feedback['content'] ?></p>
|
|
|
|
|
<a href="<?php echo $feedback['url'] ?>" target="_blank">More</a></div>
|
|
|
|
|
<div class="customer_name"><?php echo $feedback['customer'] ?>, <?php echo $feedback['createdOn'] ?></div>
|
|
|
|
|
<img alt="" class="img-responsive" height="40" width="211" src="https://data.asiahighlights.com/pic/trustpilot-new-icon.png"></div>
|
|
|
|
|
</td>
|
|
|
|
|