관리-도구
편집 파일: d73d50bb82ba21a188f89b0d5d4a0960.php
<!-- START POPULAR COURSE AREA --> <div class="bg-white relative 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('Popular Courses')); ?> </div> <h2 class="area-title mt-1"> <?php echo e(translate('Explore Our Popular Courses')); ?> </h2> </div> <div class="col-span-full md:col-span-5 md:justify-self-end"> <a href="<?php echo e(route('course.list')); ?>" aria-label="View All Courses" class="btn b-solid btn-primary-solid btn-xl font-bold" > <?php echo e(translate('View All Courses')); ?> </a> </div> </div> <!-- BODY --> <div class="swiper popular-courses-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)) { $__componentOriginal6a0651d3b6bb45006092186f89772225 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal6a0651d3b6bb45006092186f89772225 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.course.card-three-popular','data' => ['course' => $course]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.course.card-three-popular'); ?> <?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($__attributesOriginal6a0651d3b6bb45006092186f89772225)): ?> <?php $attributes = $__attributesOriginal6a0651d3b6bb45006092186f89772225; ?> <?php unset($__attributesOriginal6a0651d3b6bb45006092186f89772225); ?> <?php endif; ?> <?php if (isset($__componentOriginal6a0651d3b6bb45006092186f89772225)): ?> <?php $component = $__componentOriginal6a0651d3b6bb45006092186f89772225; ?> <?php unset($__componentOriginal6a0651d3b6bb45006092186f89772225); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> <!-- END POPULAR COURSE AREA --><?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\lms-education\components\course\popular-course-three.blade.php ENDPATH**/ ?>