관리-도구
편집 파일: 3cf09e518ce5c22cd4a5fec4d4724ba5.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 lg:pr-20"> <div class="area-subtitle subtitle-outline style-three !text-secondary"><?php echo e(translate( 'Bundle Courses' )); ?></div> <h2 class="area-title mt-2"> <?php echo e(translate( 'Our Bundle Courses' )); ?> </h2> </div> <div class="col-span-full md:col-span-5 md:justify-self-end"> <div class="flex items-center gap-2"> <button type="button" aria-label="Course slider button previous" class="slider-navigation style-two hover:!text-heading !rounded-md bundle-course-four-prev"> <i class="ri-arrow-left-line rtl:before:content-['\ea6c']"></i> </button> <button type="button" aria-label="Course slider button next" class="slider-navigation style-two hover:!text-heading !rounded-md bundle-course-four-next"> <i class="ri-arrow-right-line rtl:before:content-['\ea60']"></i> </button> </div> </div> </div> <!-- BODY --> <?php if( !empty( $bundles ) && is_iterable( $bundles ) ): ?> <div class="swiper bundle-course-four-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)) { $__componentOriginal67a0d5af1095d22b189cb19378a38c94 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal67a0d5af1095d22b189cb19378a38c94 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.bundle.card-four','data' => ['bundle' => $bundle]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.bundle.card-four'); ?> <?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($__attributesOriginal67a0d5af1095d22b189cb19378a38c94)): ?> <?php $attributes = $__attributesOriginal67a0d5af1095d22b189cb19378a38c94; ?> <?php unset($__attributesOriginal67a0d5af1095d22b189cb19378a38c94); ?> <?php endif; ?> <?php if (isset($__componentOriginal67a0d5af1095d22b189cb19378a38c94)): ?> <?php $component = $__componentOriginal67a0d5af1095d22b189cb19378a38c94; ?> <?php unset($__componentOriginal67a0d5af1095d22b189cb19378a38c94); ?> <?php endif; ?> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php else: ?> <div class="bg-white border border-border rounded-xl h-[400px] mt-10 lg:mt-[60px] shadow-md"> <div class="flex-center flex-col gap-4 p-6 text-center max-w-screen-sm mx-auto h-full"> <h2 class="area-title xl:text-3xl"><?php echo e(translate( 'Oops, Nothing Here Yet!' )); ?></h2> <p class="area-description"> <?php echo e(translate( "It looks like we don't have any bundle courses right now. Feel free to browse other courses or let us know if there's something specific you'd like to learn!" )); ?> </p> </div> </div> <?php endif; ?> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\digital-education\components\course\bundle-course.blade.php ENDPATH**/ ?>