관리-도구
편집 파일: 20b36b66ec04cdfc09a5ef10c00b78a9.php
<section class="blog__post-area-five section-pt-140 section-pb-110"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-6"> <div class="section__title text-center mb-50"> <span class="sub-title"><?php echo e(__('News & Blogs')); ?></span> <h2 class="title"><?php echo e(__('Our Latest News Feed')); ?></h2> <p><?php echo e(__('Dont Miss Stay Updated with the Latest Articles and Insights')); ?></p> </div> </div> </div> <div class="row justify-content-center"> <?php $__currentLoopData = $featuredBlogs->take(3); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6"> <div class="blog__post-item-four shine__animate-item"> <div class="blog__post-thumb-four"> <a href="<?php echo e(route('blog.show', $blog->slug)); ?>" class="shine__animate-link"><img src="<?php echo e(asset($blog->image)); ?>" alt="img"></a> </div> <div class="blog__post-content-four"> <a href="<?php echo e(route('blogs', ['category' => $blog->category->slug])); ?>" class="post-tag-three"><?php echo e($blog?->category?->title); ?></a> <h2 class="title"><a href="<?php echo e(route('blog.show', $blog?->slug)); ?>"><?php echo e(truncate($blog?->title, 50)); ?></a> </h2> <div class="blog__post-meta"> <ul class="list-wrap"> <li><i class="flaticon-user-1"></i><?php echo e(__('by')); ?> <a href="javascript:;"><?php echo e(truncate($blog->author->name, 14)); ?></a></li> <li><i class="flaticon-calendar"></i><?php echo e(formatDate($blog->created_at)); ?></li> </ul> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="blog__shape-wrap-two"> <img src="<?php echo e(asset('frontend/img/blog/h5_blog_shape01.svg')); ?>" alt="shape" data-aos="fade-right" data-aos-delay="400"> <img src="<?php echo e(asset('frontend/img/blog/h5_blog_shape02.svg')); ?>" alt="shape" data-aos="fade-up-left" data-aos-delay="400"> </div> </section> <?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/kindergarten/sections/blog-area.blade.php ENDPATH**/ ?>