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