관리-도구
편집 파일: 18df29876232a84108ce0f2b4a675dd5.php
<div class="relative bg-section py-16 sm:py-24 lg:py-[120px] mt-16 sm:mt-24 lg:mt-[120px]"> <div class="container"> <!-- HEADER --> <div class="grid grid-cols-12 gap-4 items-center"> <div class="col-span-full md:col-span-7 xl:col-span-6 lg:pr-20 rtl:lg:pr-0 rtl:lg:pl-20"> <h2 class="area-title mt-2"><?php echo e(translate('Our Bundle Courses')); ?></h2> </div> <div class="col-span-full md:col-span-5 xl:col-span-6 md:justify-self-end"> <div class="flex items-center gap-2"> <button type="button" aria-label="Course slider previous" class="slider-navigation style-two bundle-course-two-prev"> <i class="ri-arrow-left-line rtl:before:content-['\ea6c']"></i> </button> <button type="button" aria-label="Course slider next" class="slider-navigation style-two bundle-course-two-next"> <i class="ri-arrow-right-line rtl:before:content-['\ea60']"></i> </button> </div> </div> </div> <!-- BODY --> <div class="swiper bundle-course-two-slider mt-10 lg:mt-[60px]"> <div class="swiper-wrapper"> <?php $__currentLoopData = $bundles; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $bundle): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="swiper-slide"> <?php if (isset($component)) { $__componentOriginal74cb8f1f52958525dd27e02f22c4b7d2 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal74cb8f1f52958525dd27e02f22c4b7d2 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.bundle.card-two','data' => ['bundle' => $bundle]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.bundle.card-two'); ?> <?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(['bundle' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($bundle)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal74cb8f1f52958525dd27e02f22c4b7d2)): ?> <?php $attributes = $__attributesOriginal74cb8f1f52958525dd27e02f22c4b7d2; ?> <?php unset($__attributesOriginal74cb8f1f52958525dd27e02f22c4b7d2); ?> <?php endif; ?> <?php if (isset($__componentOriginal74cb8f1f52958525dd27e02f22c4b7d2)): ?> <?php $component = $__componentOriginal74cb8f1f52958525dd27e02f22c4b7d2; ?> <?php unset($__componentOriginal74cb8f1f52958525dd27e02f22c4b7d2); ?> <?php endif; ?> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\elearning-education\components\course\bundle-course.blade.php ENDPATH**/ ?>