Server IP : 66.29.132.124 / Your IP : 18.220.94.189 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/storage/framework/views/ |
Upload File : |
<?php if($list_item): ?> <div class="bravo-testimonial"> <div class="container"> <h3><?php echo e($title); ?></h3> <div class="row"> <?php $__currentLoopData = $list_item; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $avatar_url = get_file_url($item['avatar'], 'full') ?> <div class="col-md-6 col-lg-4"> <div class="item has-matchHeight"> <div class="author"> <img src="<?php echo e($avatar_url); ?>" alt="<?php echo e($item['name']); ?>"> <div class="author-meta"> <h4><?php echo e($item['name']); ?></h4> <?php if(!empty($item['number_star'])): ?> <div class="star"> <?php for($i = 0 ; $i < $item['number_star'] ; $i++): ?> <i class="fa fa-star"></i> <?php endfor; ?> </div> <?php endif; ?> </div> </div> <p> <?php echo e($item['desc']); ?> </p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <?php endif; ?><?php /**PATH /home/book24/public_html/modules/Tour/Views/frontend/blocks/testimonial/index.blade.php ENDPATH**/ ?>