관리-도구
편집 파일: 80945c3621ba0b6001955021bf4632e3.php
<section class="testimonial__area-four tg-motion-effects"> <div class="testimonial__bg-shape-one"> <img src="<?php echo e(asset('frontend/img/others/h5_testimonial_bg_shape01.svg')); ?>" class="injectable"> </div> <div class="testimonial__bg-shape-two"> <img src="<?php echo e(asset('frontend/img/others/h5_testimonial_bg_shape02.svg')); ?>" class="injectable"> </div> <div class="swiper-container testimonial-active-four"> <div class="swiper-wrapper"> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="swiper-slide"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-7 order-0 order-lg-2"> <div class="testimonial__item-four"> <div class="rating"> <?php for($i = 0; $i < $testimonial->rating; $i++): ?> <i class="fas fa-star"></i> <?php endfor; ?> </div> <p>“ <?php echo e($testimonial?->comment); ?> ” </p> <div class="testimonial__bottom-two"> <h4 class="title"><?php echo e($testimonial?->name); ?></h4> <span><?php echo e($testimonial?->designation); ?></span> </div> </div> </div> <div class="col-lg-5 col-md-7"> <div class="testimonial__img-two"> <img src="<?php echo e(asset($testimonial?->image)); ?>" alt="img"> <div class="shape"> <img src="<?php echo e(asset('frontend/img/others/h5_testimonial_shape01.svg')); ?>" alt="shape" class="alltuchtopdown"> <img src="<?php echo e(asset('frontend/img/others/h5_testimonial_shape02.svg')); ?>" alt="shape" class="tg-motion-effects4"> <img src="<?php echo e(asset('frontend/img/others/h5_testimonial_shape03.svg')); ?>" alt="shape" class="tg-motion-effects3"> </div> </div> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="testimonial-pagination testimonial-pagination-two"></div> </div> <div class="testimonial__shape-wrap"> <img src="<?php echo e(asset('frontend/img/others/h5_testimonial_shape04.svg')); ?>" alt="shape" data-aos="fade-up" data-aos-delay="400"> <img src="<?php echo e(asset('frontend/img/others/h5_testimonial_shape05.svg')); ?>" alt="shape" data-aos="fade-down-left" data-aos-delay="400"> </div> </section> <?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/kindergarten/sections/testimonial-area.blade.php ENDPATH**/ ?>