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 = "Trip Advisor 2024 certificate" class = "img-responsive" src = "https://images.chinahighlights.com/allpicture/2024/07/22bf1a7554fc4906bdeaa6536ffe514b_cut_175x68_241_1719916246.png" >
< / div >
< 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 >
< / div >
<?php foreach ( $feedback_list as $index => $feedback ) { ?>
< div class = "feedback_content" >
< strong > <?php echo $feedback [ 'title' ] ?> </ strong >
< img src = " <?php if ( strpos ( $feedback [ 'url' ], 'trustpilot.com' ) == true ) { echo 'https://images.asiahighlights.com/allpicture/2024/04/eba8a46e43514b55bb4e1dd15d9b5712_cut_211x40_241.jpg' ; } else if ( strpos ( $feedback [ 'url' ], 'tripadvisor.com' ) == true ) { echo 'https://images.asiahighlights.com/allpicture/2024/04/8bebcc898ce54b64a46ced58580966d4_cut_104x19_241.jpg' ; } ?> " style = "height: 20px; width: auto;" alt = "Tour Review" >
< 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 [ 'customer' ] ?> , <?php echo $feedback [ 'createdOn' ] ?> </ div >
< / div >
<?php } ?>