|
|
|
|
|
|
|
<div style="text-align:center;font-weight: 600; font-size:18px; margin-top: 50px; font-style: italic;" class="visible-xs">
|
|
|
|
<img src="https://data.asiahighlights.com/pic/trustpilot-new-icon.png" style="
|
|
|
|
margin: 0 auto 10px auto;
|
|
|
|
display: block;
|
|
|
|
width: 200px;
|
|
|
|
">
|
|
|
|
Rated 4.9 out of 5 |
|
|
|
|
Excellent
|
|
|
|
<br>
|
|
|
|
Based on 10,000+ reviews
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<p class="visible-xs" style="margin-bottom: 0; ">
|
|
|
|
<img alt="Tour Review" class="img-responsive" src="https://data.asiahighlights.com/image/about/logo-black.png"
|
|
|
|
style="width: 180px; margin: 0 auto 10px auto">
|
|
|
|
</p>
|
|
|
|
<div class="table-responsive">
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td class="hidden-xs">
|
|
|
|
<div class="feedback_logo">
|
|
|
|
|
|
|
|
|
|
|
|
<img src="https://data.asiahighlights.com/pic/trustpilot-new-icon.png" style="
|
|
|
|
margin: 0 auto 10px auto;
|
|
|
|
display: block;
|
|
|
|
width: 200px;
|
|
|
|
">
|
|
|
|
<div style="text-align:center; font-weight: 600;font-size:18px; font-style: italic;">Rated 4.9 out of 5 |
|
|
|
|
Excellent<br>Based on 10,000+ reviews</div>
|
|
|
|
<img alt="Tour Review" class="img-responsive"
|
|
|
|
src="https://data.asiahighlights.com/image/about/logo-black.png" style="width: 150px;
|
|
|
|
display: block;
|
|
|
|
margin: 20px auto 0 auto;">
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
|
|
<td>
|
|
|
|
<div class="tour_feedback">
|
|
|
|
<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>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
<?php }?>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|