You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
< p style = "text-align: center;margin-top: 80px;" > Discover real reviews of < a href = "/about-us/highlights-travel-family" > Highlights Travel Family< / a > 's best-rated service across trusted platforms.< / p >
< div class = "listtour" >
< div style = "margin: 0 10px;" > < img alt = "" class = "img-responsive" height = "69"
src="https://data.chinahighlights.com/image/aboutus/awards/china-highlights-ta-2022-certificate.png"
width="175">
< img alt = "" src = "https://data.chinahighlights.com/image/aboutus/feedback/five-star.png"
class="img-responsive" style="margin: 5px auto;">
< / div >
< div style = "margin: 0 10px;" >
< img alt = "Tour Review" class = "img-responsive" height = "278"
src="https://data.asiahighlights.com/image/about/logo-black.png" width="175px">
< img alt = "" height = "40" src = "https://data.asiahighlights.com/pic/trustpilot-new-icon.png"
width="175px" class="img-responsive">
< / div >
< / div >
<?php foreach ( $feedback_list as $index => $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 class = "customer_name" > <?php echo $feedback [ 'customer' ] ?> ,<?php echo $feedback [ 'createdOn' ] ?> </ div >
< / div >
<?php } ?>