관리-도구
편집 파일: 1141754a08a132c0a965b20823677b9b.php
<div class="relative bg-primary-50 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 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 Featured 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 featured-courses-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 featured-courses-next"> <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)) { $__componentOriginale261698ed601f2c7d3be360512f37500 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginale261698ed601f2c7d3be360512f37500 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.course.card-two','data' => ['course' => $course]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.course.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(['course' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($course)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginale261698ed601f2c7d3be360512f37500)): ?> <?php $attributes = $__attributesOriginale261698ed601f2c7d3be360512f37500; ?> <?php unset($__attributesOriginale261698ed601f2c7d3be360512f37500); ?> <?php endif; ?> <?php if (isset($__componentOriginale261698ed601f2c7d3be360512f37500)): ?> <?php $component = $__componentOriginale261698ed601f2c7d3be360512f37500; ?> <?php unset($__componentOriginale261698ed601f2c7d3be360512f37500); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\elearning-education\components\course\featured-course.blade.php ENDPATH**/ ?>