관리-도구
편집 파일: 3793bd3729154a9759436cd04270f98f.php
<!-- START TESTIMONIAL AREA --> <div class="bg-primary rounded-3xl py-16 sm:py-24 lg:py-[120px] mx-[12px]"> <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 !border-[#F4B826]/15 text-sm !text-secondary uppercase"> <?php echo e(translate('Student Feedback')); ?> </div> <h2 class="area-title text-white mt-1"> <?php echo e(translate('What Our Students Says')); ?> </h2> </div> </div> <!-- BODY --> <div class="swiperx testimonial-three-slider mt-10 lg:mt-[60px]"> <div class="swiperx-wrapper"> <!-- SINGLE TESTIMONIAL --> <?php if( !empty($testimonials ) ): ?> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($loop->first): ?> <?php if (isset($component)) { $__componentOriginalbd3319775d2e68420b1dfb8653cb0fab = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalbd3319775d2e68420b1dfb8653cb0fab = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.testimonial.card-three','data' => ['testimonial' => $testimonial]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.testimonial.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(['testimonial' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($testimonial)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalbd3319775d2e68420b1dfb8653cb0fab)): ?> <?php $attributes = $__attributesOriginalbd3319775d2e68420b1dfb8653cb0fab; ?> <?php unset($__attributesOriginalbd3319775d2e68420b1dfb8653cb0fab); ?> <?php endif; ?> <?php if (isset($__componentOriginalbd3319775d2e68420b1dfb8653cb0fab)): ?> <?php $component = $__componentOriginalbd3319775d2e68420b1dfb8653cb0fab; ?> <?php unset($__componentOriginalbd3319775d2e68420b1dfb8653cb0fab); ?> <?php endif; ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> </div> </div> </div> <!-- END TESTIMONIAL AREA --><?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\lms-education\components\testimonial\testimonial-three.blade.php ENDPATH**/ ?>