관리-도구
편집 파일: 7bd1e68f281dc8d75aeab3264e377b0d.php
<!-- FAQ --> <?php $faq = get_theme_option(key: 'faq') ?? []; $faqImg = $faq['faq_img'] ?? ''; $img = $faqImg && fileExists('lms/theme-options', $faqImg) == true ? asset("storage/lms/theme-options/{$faqImg}") : asset('lms/frontend/assets/images/faq/main-img.webp'); ?> <div class="relative overflow-hidden pt-60 sm:pb-130 pb-24"> <div class="container grid sm:grid-cols-12 gap-10 items-center"> <div class="lg:col-span-6 col-span-full relative"> <img data-src="<?php echo e($img); ?>" alt="LMS-HUB" class="sticky z-20 mx-auto"> <!-- position item --> <img data-src="<?php echo e(asset('lms/frontend/assets/images/faq/element-left.webp')); ?>" alt="LMS-HUB" class="animate-shakeY absolute z-10 top-32 -left-28"> </div> <div class="lg:col-span-6 col-span-full lg:mx-0 sm:mx-6 mx-0"> <!-- section heading --> <div> <h1 class="section-heading xl:pr-64 sm:pr-44 pr-12 relative"> <?php echo e($faq['title'] ?? ''); ?> <span class="text-secondary"> <?php echo e($faq['high_light'] ?? ''); ?> <img data-src="<?php echo e(asset('lms/frontend/assets/images/icons/line.webp')); ?>" alt="line" class="md:block hidden absolute lg:left-12 left-[17.5rem] lg:top-[100px] top-10 lg:w-4/12 w-1/5"> </span> </h1> <p class="section-para sm:pr-20"><?php echo e($faq['sub_title'] ?? ''); ?></p> </div> <div class="mt-4"> <div class="divide-y"> <?php if (isset($component)) { $__componentOriginal4982ba356c35616423d4a042b7222130 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal4982ba356c35616423d4a042b7222130 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::faq.faq-list','data' => ['faqs' => $faqs]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::faq.faq-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['faqs' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($faqs)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal4982ba356c35616423d4a042b7222130)): ?> <?php $attributes = $__attributesOriginal4982ba356c35616423d4a042b7222130; ?> <?php unset($__attributesOriginal4982ba356c35616423d4a042b7222130); ?> <?php endif; ?> <?php if (isset($__componentOriginal4982ba356c35616423d4a042b7222130)): ?> <?php $component = $__componentOriginal4982ba356c35616423d4a042b7222130; ?> <?php unset($__componentOriginal4982ba356c35616423d4a042b7222130); ?> <?php endif; ?> </div> <a href="support.html" class="btn gap-2 xl:mt-8 mt-4"><?php echo e($faq['btn_name'] ?? ''); ?> <i class="ri-arrow-right-line"></i> </a> </div> </div> </div> <!-- position items --> <img data-src="<?php echo e(asset('lms/frontend/assets/images/faq/dot-elemt.webp')); ?>" alt="pattern" class="animate-shakeY absolute left-24 bottom-24 xl:block hidden"> <img data-src="<?php echo e(asset('lms/frontend/assets/images/faq/union.webp')); ?>" alt="pattern" class="animate-shakeY absolute xl:right-28 right-8 xl:top-24 top-12 lg:block hidden"> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\faq\faq-one.blade.php ENDPATH**/ ?>