Server IP : 66.29.132.124 / Your IP : 3.137.186.26 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 : |
<div class="bravo-faq-lists"> <div class="container"> <h2 class="title text-center mb40"><?php echo e($title ?? ''); ?></h2> <?php if(!empty($list_item)): ?> <div class="row"> <?php $__currentLoopData = $list_item; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-md-6"> <div class="faq-item"> <h3><a><img class="alignnone wp-image-7754" src="<?php echo e(asset('images/ico_quest.png')); ?>" alt="" width="35" height="35"></a> <?php echo e($item['title']); ?></h3> <p> <?php echo clean($item['sub_title'],'html5-definitions'); ?> </p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> </div> </div> <?php /**PATH /home/wavevlvu/book24.ng/modules/Template/Views/frontend/blocks/faq-list.blade.php ENDPATH**/ ?>