Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/public_html/storage/framework/views/ |
<?php $__currentLoopData = $results; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $faq): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="treatment faq-wrap" id="<?php echo e(\Illuminate\Support\Str::slug($faq->name)); ?>">
<div class="row">
<!-- start text-->
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="treatment-title"><?php echo e($faq->name); ?><span class="icon_wrap"><i class="fa fa-plus"></i></span></div>
<div class="text-zone-description"><?php echo $faq->body; ?></div>
</div>
<!-- end text-->
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><?php /**PATH /home/tradze/public_html/app/Modules/Pages/Resources/Views/frontend_new/partial_faq.blade.php ENDPATH**/ ?>