< p style = "text-align: center;margin-top: 80px;margin-bottom: 0;padding-bottom: 0;" > Discover real reviews of < a href = "/aboutus/highlights-travel-family.htm" > Highlights Travel Family< / a > 's best-rated service across trusted platforms.< / p >
< div class = "visible-xs" style = "margin: 0 20px;" >
< img class = "img-responsive" height = "69" src = "https://images.chinahighlights.com/allpicture/2024/07/22bf1a7554fc4906bdeaa6536ffe514b_cut_175x68_241_1719916246.png" style = "float: left; width: 150px; " width = "175" alt = "Trip Advisor certificate of 2024" >
< / div >
< div class = "table-responsive" style = "margin-bottom: 20px;" rel = "nofollow" >
< table >
< tbody >
< tr >
< td class = "hidden-xs" >
< div class = "feedback_logo" >
< img class = "img-responsive" height = "69" src = "https://images.asiahighlights.com/allpicture/2024/12/548c9984fbf9410a912fe678fcf4b05e_cut_181x215_241_1733311371.png" style = "margin: 0px auto; " width = "120" alt = "Trip Advisor certificate of 2024" > < / 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 class = "feedback_rating" >< img src = " <?php if ( strpos ( $feedback [ 'url' ], 'trustpilot.com' ) == true ) { echo 'https://data.asiahighlights.com/pic/trustpilot-new-icon.png' ; } else if ( strpos ( $feedback [ 'url' ], 'tripadvisor.com' ) == true ) { echo 'https://images.chinahighlights.com/allpicture/2024/12/e076842fe2bd4e7c88a01a8629cb1838_cut_80x14_241_1733322446.png' ; } ?> " ></ p >
< p >
<?php echo $feedback [ 'content' ] ?>
< / p >
< a href = " <?php echo $feedback [ 'url' ] ?> " target = "_blank" rel = "nofollow" > more</ a >
< div class = "customer_name" >
<?php echo $feedback [ 'createdOn' ] ?> , <?php echo $feedback [ 'customer' ] ?>
< / div >
< / div >
< / div >
< / td >
<?php } ?>
< / tr >
< / tbody >
< / table >
< / div >