< div class = "right_tour" >
< div class = "feedback_logo" style = "width: auto; display: flex;" >
< img height = "65" style = "margin: 0px auto; " width = "150"
src="https://images.chinahighlights.com/allpicture/2025/07/1f20a517e5294f7db6dcee755ca32735_cut_200x221_241_1753787119.png" alt="Trip Advisor certificate of excellence 2025"/>
< / div >
< p style = "text-align: center ;
margin-top: 10px;
margin-bottom: 0;
font-size: 18px;
line-height: 21px;">Discover real reviews of < a href = "/about-us/highlights-travel-family" > Highlights Travel Family< / a > 's best-rated service across trusted platforms.< / p >
<?php foreach ( $feedback_list as $index => $feedback ) { ?>
< div class = "tour_feedback" style = "width: auto; height: auto;" >
< div class = "feedback_content" >
< strong style = "height: auto;" > <?php echo $feedback [ 'title' ] ?> </ strong >
< p class = "feedback_rating" >< img src = " <?php if ( strpos ( $feedback [ 'url' ], 'trustpilot.com' ) == true ) { echo 'https://images.highlightstravel.com/allpicture/2024/04/eba8a46e43514b55bb4e1dd15d9b5712_cut_211x40_241.jpg' ; } else if ( strpos ( $feedback [ 'url' ], 'tripadvisor.com' ) == true ) { echo 'https://images.chinahighlights.com/allpicture/2024/12/c81b67573a2d40d6922e95b33aeaf03d_cut_80x14_241_1733323252.png' ; } ?> " alt = "tour rating" style = "filter: brightness(170%);" ></ 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 [ 'customer' ] ?> , <?php echo $feedback [ 'createdOn' ] ?>
< / div >
< / div >
< / div >
<?php } ?>
< p style = "margin-top: 20px;" > < a href = "/reviews" > More reviews< / a > < / p >
< / div >