관리-도구
편집 파일: c8e7a33c68cc8093a55a968062bcf304.php
<?php if (empty( $testimonials )) { return; } $totalTestimonials = $testimonials->count() == 0 ? 0 : $testimonials->count() . ' +'; ?> <div class="bg-white pt-16 sm:pt-24 lg:pt-[120px]"> <div class="container"> <!-- HEADER --> <div class="grid grid-cols-12 gap-4 items-center"> <div class="col-span-full text-center max-w-[594px] mx-auto"> <div class="area-subtitle"> <?php echo e(translate('Testimonials')); ?> </div> <h2 class="area-title mt-2"> <?php echo e(translate('Edulab Received More than')); ?> <span class="title-highlight-one"><?php echo e($totalTestimonials); ?></span> <?php echo e(translate('Reviews')); ?> </h2> </div> </div> <!-- BODY --> <div class="swiper testimonial-slider xl:mt-[60px]"> <div class="swiper-wrapper"> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal7789a29b61239129f573f11c2f197b1c = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal7789a29b61239129f573f11c2f197b1c = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.testimonial-card-one','data' => ['testimonial' => $testimonial]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.testimonial-card-one'); ?> <?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($__attributesOriginal7789a29b61239129f573f11c2f197b1c)): ?> <?php $attributes = $__attributesOriginal7789a29b61239129f573f11c2f197b1c; ?> <?php unset($__attributesOriginal7789a29b61239129f573f11c2f197b1c); ?> <?php endif; ?> <?php if (isset($__componentOriginal7789a29b61239129f573f11c2f197b1c)): ?> <?php $component = $__componentOriginal7789a29b61239129f573f11c2f197b1c; ?> <?php unset($__componentOriginal7789a29b61239129f573f11c2f197b1c); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <!-- SWIPER PAGINATION --> <div class="flex-center mt-10 lg:mt-[60px]"> <div class="testimonial-pagination swiper-custom-pagination"></div> </div> </div> </div> <?php /**PATH /home/inprosysltd/public_html/edulab.inprosysltd.com/Modules/LMS/resources/views/components//testimonial/testimonial-one.blade.php ENDPATH**/ ?>