@ -6,7 +6,7 @@
<div style="margin: 0 10px;">
<img alt="Tour Review" class="img-responsive" src="https://images.asiahighlights.com/allpicture/2024/04/0c58b3494bc04eeb9c5d3bdf55e55fad_cut_200x111_241.jpg">
</div>
<?php foreach ($feedback_list as $index => $feedback) {?>
<div class="feedback_content">
@ -26,7 +26,6 @@
<div class="customer_name">
<?php echo $feedback['customer'] ?>, <?php echo $feedback['createdOn'] ?>
</td>
<?php }?>
</tr>
@ -15,7 +15,6 @@
<!-- Vietnam -->
<?php if (!empty($Hanoi)) {?>
<?php foreach ($Hanoi as $index => $feedback) {?>
@ -16,7 +16,6 @@
<td class="tour_feedback feedback_content">
<strong>
<?php echo $feedback['title'] ?>
</strong>
@ -28,7 +27,6 @@