²é¿´/±à¼ ´úÂë
ÄÚÈÝ
<?php $__env->startSection('title','Testimonials'); ?> <?php $__env->startSection('content'); ?> <!-- Page Header Start --> <!-- p8/pic1 --> <div class="mb-0 page-header" style="background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(public/assets/P6/pic2.jpg);background-position: center; background-repeat: no-repeat; background-size: cover;"> <div class="container"> <div class="row"> <div class="col-12"> <h2>Testimonials</h2> </div> <div class="col-12"> <a href="<?php echo e(url('/')); ?>">Home</a> <a href="<?php echo e(url('/testimonials')); ?>">Testimonials</a> </div> </div> </div> </div> <!-- Page Header End --> <main class=""> <!--grid-layout--> <section class="mt-90"> <div class="container-fluid"> <div class="row"> <?php $__empty_1 = true; $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <div class="col-xl-4 col-lg-6 col-md-6"> <!--Post-1--> <div class="post-card"> <div class="post-card-image text-center"> <a href="/testimonial/<?php echo e($item->id); ?>"> <img src="/testimonial_images/thumbs/<?php echo e($item->featured_image); ?>" alt=""> </a> </div> <div class="post-card-content"> <div class="entry-cat"> </div> <?php if($item->title!='untitled'): ?> <h5 class="entry-title"> <a href="/testimonial/<?php echo e($item->id); ?>"> <?php echo e($item->title); ?> </a> </h5> <?php else: ?> <h5 class="entry-title"> <a href="/testimonial/<?php echo e($item->id); ?>"> </a> </h5> <?php endif; ?> <div class="post-exerpt"> <p> <?php if($item->description): ?> <?php echo Str::words($item->description,$limit=10,$end=".."); ?> <?php else: ?> <?php endif; ?> </p> </div> <?php if($item->title=='untitled'): ?> <a class="btn mb-3" href="/testimonial/<?php echo e($item->id); ?>"> Read More <i class="fa fa-arrow-right"></i> </a> <?php endif; ?> <ul style="display: flex;justify-content:space-between" class="entry-meta list-inline"> <?php if($item->bikers): ?> <li class="post-author"><a href=""><img src="/avatar.png" alt=""><?php echo e($item->bikers); ?></a> </li> <?php endif; ?> </ul> </div> </div> <!--/--> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <div style="min-height: 400px;display:flex;align-items: center;justify-content:center" class="col-lg-12"> <div> No Testimonials Added Yet </div> </div> <?php endif; ?> <!--pagination--> <div class="col-lg-12"> <?php echo e($testimonials->links('pagination::custom')); ?> </div> </div> </div> </section> <!--/--> </main> <?php $__env->stopSection(); ?> <?php $__env->startSection('js'); ?> <!--plugins --> <script src="/assets2/js/jquery.min.js"></script> <script src="/assets2/js/bootstrap.min.js"></script> <script src="/assets2/js/popper.min.js"></script> <script src="/assets2/js/swiper.min.js"></script> <script src="/assets2/js/masonry.min.js"></script> <script src="/assets2/js/theia-sticky-sidebar.min.js"></script> <script src="/assets2/js/ajax-contact.js"></script> <script src="/assets2/js/switch.js"></script> <!-- JS main --> <script src="/assets2/js/main.js"></script> <?php $__env->stopSection(); ?> <?php $__env->startSection('css'); ?> <!--Stylesheets --> <link rel="stylesheet" type="text/css" href="/assets2/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="/assets2/css/all.min.css"> <link rel="stylesheet" type="text/css" href="/assets2/css/line-awesome.min.css"> <link rel="stylesheet" type="text/css" href="/assets2/css/swiper.min.css"> <!-- main style --> <link rel="stylesheet" type="text/css" href="/assets2/css/style.css"> <link rel="stylesheet" type="text/css" href="/assets2/css/custom.css"> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/dustyhe2/public_html/resources/views/testimonials.blade.php ENDPATH**/ ?>