< div class = "right_tour" >
< div class = "feedback_logo" style = "width: auto; display: flex;" >
< img height = "65" style = "margin: 0px auto; " width = "150"
src="https://data.asiahighlights.com/image/forms/ah-ta-2023-certificate.png" />
< img alt = "Tour Review" class = "img-responsive" height = "278"
style="width: 140px; display: block; margin: 0 auto; " width="1133"
src="https://data.asiahighlights.com/image/forms/ah-ch-gh-tp-rating.png" />
< / 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://data.asiahighlights.com/pic/trustpilot-new-icon.png' ; } else if ( strpos ( $feedback [ 'url' ], 'tripadvisor.com' ) == true ) { echo 'https://data.chinahighlights.com/image/aboutus/feedback/five-star.png' ; } ?> " ></ p >
< 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 >
< / div >
<?php } ?>
< p style = "margin-top: 20px;" > < a href = "/reviews" > More reviews< / a > < / p >
< / div >