관리-도구
편집 파일: e8e07d3c558fb1fba538e5f1cab1da2b.php
<section class="faq__area-three tg-motion-effects section-py-140"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-7 col-md-10 order-0 order-lg-2"> <div class="faq__img-four"> <div class="main-img"> <img src="<?php echo e(asset($faqSection?->global_content?->image)); ?>" alt="img" data-aos="fade-down" data-aos-delay="400"> <img src="<?php echo e(asset($faqSection?->global_content?->image_two)); ?>" alt="img" data-aos="fade-up" data-aos-delay="400"> </div> <?php if($faqSection?->content?->total_languages): ?> <div class="faq__language-wrap" data-aos="fade-right" data-aos-delay="600"> <h2 class="title"><?php echo e($faqSection?->content?->total_languages); ?></h2> <span><?php echo e(__('Course Language')); ?></span> </div> <?php endif; ?> <div class="shape"> <img src="<?php echo e(asset('frontend/img/others/h6_faq_shape01.svg')); ?>" alt="shape" class="alltuchtopdown"> <img src="<?php echo e(asset('frontend/img/others/h6_faq_shape02.svg')); ?>" alt="shape" class="tg-motion-effects4"> <img src="<?php echo e(asset('frontend/img/others/h6_faq_shape03.svg')); ?>" alt="shape" class="tg-motion-effects3"> </div> </div> </div> <div class="col-lg-5"> <div class="faq__content-two faq__content-three"> <div class="section__title mb-15"> <span class="sub-title"><?php echo e($faqSection?->content?->short_title); ?></span> <h2 class="title bold"><?php echo clean(processText($faqSection?->content?->title)); ?></h2> </div> <p><?php echo clean(processText($faqSection?->content?->description)); ?></p> <div class="faq__wrap faq__wrap-two"> <div class="accordion" id="accordionExample"> <?php $__currentLoopData = $faqs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $faq): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="accordion-item"> <h2 class="accordion-header"> <button class="accordion-button <?php echo e($loop->first ? '' : 'collapsed'); ?>" type="button" data-bs-toggle="collapse" data-bs-target="#collapse<?php echo e($faq->id); ?>" aria-expanded="true" aria-controls="collapse<?php echo e($faq->id); ?>"> <?php echo e($faq?->question); ?> </button> </h2> <div id="collapse<?php echo e($faq->id); ?>" class="accordion-collapse collapse <?php echo e($loop->first ? 'show' : ''); ?>" data-bs-parent="#accordionExample"> <div class="accordion-body"> <p> <?php echo e($faq?->answer); ?> </p> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> </div> </section><?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/language/sections/faq-area.blade.php ENDPATH**/ ?>