관리-도구
편집 파일: b83c4811e0e46f6a40cb5a948f14f1e5.php
<!-- START UPCOMING COURSE AREA --> <div class="relative bg-[#EFF4E0] py-16 sm:py-24 lg:py-[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-two text-sm uppercase"> <?php echo e(translate('Upcoming Courses')); ?> </div> <h2 class="area-title mt-2"> <?php echo e(translate('See Our Upcoming 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" class="slider-navigation style-two !rounded-md featured-courses-prev" aria-label="Previous course slider button" > <i class="ri-arrow-left-line rtl:before:content-['\ea6c']"></i> </button> <button type="button" class="slider-navigation style-two !rounded-md featured-courses-next" aria-label="Next course slider button" > <i class="ri-arrow-right-line rtl:before:content-['\ea60']"></i> </button> </div> </div> </div> <!-- BODY --> <div class="swiper featured-course-slider mt-10 lg:mt-[60px]"> <div class="swiper-wrapper"> <?php $__currentLoopData = $courses; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $course): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal0f77e77747726e426b4c8ff0583811f1 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal0f77e77747726e426b4c8ff0583811f1 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.course.upcoming-card-three','data' => ['course' => $course]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.course.upcoming-card-three'); ?> <?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(['course' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($course)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal0f77e77747726e426b4c8ff0583811f1)): ?> <?php $attributes = $__attributesOriginal0f77e77747726e426b4c8ff0583811f1; ?> <?php unset($__attributesOriginal0f77e77747726e426b4c8ff0583811f1); ?> <?php endif; ?> <?php if (isset($__componentOriginal0f77e77747726e426b4c8ff0583811f1)): ?> <?php $component = $__componentOriginal0f77e77747726e426b4c8ff0583811f1; ?> <?php unset($__componentOriginal0f77e77747726e426b4c8ff0583811f1); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> <!-- END UPCOMING COURSE AREA -- <?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\lms-education\components\course\upcoming-course-three.blade.php ENDPATH**/ ?>