관리-도구
편집 파일: 79906c00ccb52e1670b89308c74667c2.php
<div class="bg-primary-50 px-3 max-w-[1600px] mx-auto mt-16 sm:mt-24 lg:mt-[120px]"> <div class="container"> <div class="py-16 sm:py-24 lg:py-[120px]"> <div class="grid grid-cols-12 gap-4 xl:gap-7"> <div class="col-span-full lg:col-span-5"> <h2 class="area-title"> <?php echo e(translate("What Students say's About EduVen to take their service")); ?> </h2> <p class="area-description mt-2.5"> <?php echo e(translate('Students praise EduVen for its easy-to-use interface, interactive courses, and effective learning tools.')); ?> </p> <div class="flex items-center justify-end lg:justify-start gap-2 mt-11"> <button type="button" aria-label="Testimonial previous slider button" class="slider-navigation style-two testimonial-two-prev"> <i class="ri-arrow-left-line rtl:before:content-['\ea6c']"></i> </button> <button type="button" aria-label="Testimonial next slider button" class="slider-navigation style-two testimonial-two-next"> <i class="ri-arrow-right-line rtl:before:content-['\ea60']"></i> </button> </div> </div> <div class="col-span-full lg:col-span-7"> <div class="swiper relative testimonial-two-slider"> <div class="swiper-wrapper"> <!-- SINGLE TESTIMONIAL --> <?php if( !empty($testimonials) ): ?> <?php $testimonials = $testimonials->take(4); ?> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginalbab5a2ec3e9755478da437eefba1f8c3 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalbab5a2ec3e9755478da437eefba1f8c3 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.testimonial.card-two','data' => ['testimonial' => $testimonial]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.testimonial.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(['testimonial' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($testimonial)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalbab5a2ec3e9755478da437eefba1f8c3)): ?> <?php $attributes = $__attributesOriginalbab5a2ec3e9755478da437eefba1f8c3; ?> <?php unset($__attributesOriginalbab5a2ec3e9755478da437eefba1f8c3); ?> <?php endif; ?> <?php if (isset($__componentOriginalbab5a2ec3e9755478da437eefba1f8c3)): ?> <?php $component = $__componentOriginalbab5a2ec3e9755478da437eefba1f8c3; ?> <?php unset($__componentOriginalbab5a2ec3e9755478da437eefba1f8c3); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> </div> </div> </div> </div> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\elearning-education\components\testimonial\testimonial-two.blade.php ENDPATH**/ ?>