관리-도구
편집 파일: a7a8c74e5907be2fdd589d76de06ef98.php
<?php $testimonials = $testimonials ?? []; ?> <div class="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 subtitle-outline style-three !text-secondary"><?php echo e(translate( 'Testimonials' )); ?></div> <h2 class="area-title mt-2"> <?php echo e(translate( 'What Our Students Say About us' )); ?> </h2> </div> </div> <!-- BODY --> <?php if( ! empty( $testimonials ) && is_iterable( $testimonials ) ): ?> <div class="swiper testimonial-four-slider mt-10 lg:mt-[60px]"> <div class="swiper-wrapper"> <!-- SINGLE TESTIMONIAL --> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if (isset($component)) { $__componentOriginal7a1fea39827c086978212ca26b2d84ba = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal7a1fea39827c086978212ca26b2d84ba = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::cards.testimonial.card-four','data' => ['testimonial' => $testimonial]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::cards.testimonial.card-four'); ?> <?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($__attributesOriginal7a1fea39827c086978212ca26b2d84ba)): ?> <?php $attributes = $__attributesOriginal7a1fea39827c086978212ca26b2d84ba; ?> <?php unset($__attributesOriginal7a1fea39827c086978212ca26b2d84ba); ?> <?php endif; ?> <?php if (isset($__componentOriginal7a1fea39827c086978212ca26b2d84ba)): ?> <?php $component = $__componentOriginal7a1fea39827c086978212ca26b2d84ba; ?> <?php unset($__componentOriginal7a1fea39827c086978212ca26b2d84ba); ?> <?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-four-pagination swiper-custom-pagination"></div> </div> <?php endif; ?> </div> </div><?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\digital-education\components\testimonial\testimonial.blade.php ENDPATH**/ ?>