< 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.asiahighlights.com/allpicture/2024/04/b3e0271ca0874b7cb0342ea6f2987723_cut_175x68_241.jpg" />
< img alt = "Tour Review" class = "img-responsive" height = "278"
style="width: 140px; display: block; margin: 0 auto; " width="1133"
src="https://images.asiahighlights.com/allpicture/2024/04/0c58b3494bc04eeb9c5d3bdf55e55fad_cut_200x111_241.jpg" />
< / 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.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' ; } ?> " ></ 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 >