![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/storage/framework/views/ |
<!-- Testimonial --> <?php if($frontPatientTestimonials->count() > 0): ?> <section class="section-area section-sp3 testimonial-wraper"> <div class="container"> <div class="heading-bx text-center"> <h6 class="title-ext text-secondary">Testimonial</h6> <h2 class="title m-b0">See What Are The Patients <br>Saying About us</h2> </div> <div class="row align-items-center"> <div class="col-lg-6 text-center"> <div class="thumb-wraper"> <img class="bg-img" src="<?php echo e(asset('assets/front/images/testimonials/shape.png')); ?>" alt=""> <ul> <?php $__currentLoopData = $frontPatientTestimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $frontPatientTestimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li data-member="<?php echo e($loop->index +1); ?>"> <a href="javascript:void(0);"><img src="<?php echo e($frontPatientTestimonial->front_patient_profile); ?>" alt=""/></a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <div class="col-lg-6"> <div class="swiper-container testimonial-slide"> <div class="swiper-wrapper"> <?php $__currentLoopData = $frontPatientTestimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $frontPatientTestimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="swiper-slide" data-rel="<?php echo e($loop->index +1); ?>"> <div class="testimonial-bx"> <div class="testimonial-content"> <p><?php echo e($frontPatientTestimonial->short_description); ?></p> </div> <div class="client-info"> <h5 class="name"><?php echo e($frontPatientTestimonial->name); ?></h5> <p>patient</p> </div> <div class="quote-icon"> <i class="fas fa-quote-left"></i> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="swiper-button-prev test-btn-prev"><i class="las la-arrow-left"></i></div> <div class="swiper-button-next test-btn-next"><i class="las la-arrow-right"></i></div> <div class="swiper-pagination"></div> </div> </div> </div> </div> <img class="pt-img1 animate1" src="<?php echo e(asset('assets/front/images/shap/plus-orange.png')); ?>" alt=""> <img class="pt-img2 animate2" src="<?php echo e(asset('assets/front/images/shap/square-blue.png')); ?>" alt=""> <img class="pt-img3 animate3" src="<?php echo e(asset('assets/front/images/shap/circle-dots.png')); ?>" alt=""> <img class="pt-img4 animate4" src="<?php echo e(asset('assets/front/images/shap/circle-orange-2.png')); ?>" alt=""> </section> <?php endif; ?> <?php /**PATH /home/corals/clinic.corals.io/resources/views/fronts/patient_testimonial.blade.php ENDPATH**/ ?>