<?php $__env->startSection('title'); ?> Tìm kiếm <?php $__env->stopSection(); ?>



<?php $__env->startSection('content'); ?>



<main>



   <section id="service">



      <div class="container">



      <div class="sl-service">   



      <div class="title-al-news">



      <a href="">Tìm kiếm thông tin</a>



    </div>



    <div class="icon-comment"><img src="<?php echo e(url()); ?>/public/frontend/images/icon.png" alt=""></div>



     	<div class="">



         <?php foreach($list_news as $item): ?>



          <div class="col-md-4">



             <div class="detail-news">



            <div class="img-news"><a href="<?php echo e(url($item->alias)); ?>"><img src="<?php echo e(url($item->thumb)); ?>" alt="<?php echo e($item->title); ?>"></a></div>



            <div class="title-list"><a href="<?php echo e(url($item->alias)); ?>"><?php echo e($item->title); ?></a></div>



            <p><?php echo e(Helper::getDescription($item->description,30)); ?></p>



          </div>



            </div>  



           <?php endforeach; ?>



          </div>



          <div class="paging"> <?php echo str_replace('/?','?',$list_news->render()); ?></div>



      </div>



    </div>



  </section>



</main>



<?php $__env->stopSection(); ?>







<?php echo $__env->make('frontend.layout.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>