<?php $__env->startSection('title'); ?> <?php echo $cate_current->title_seo; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('url'); ?> <?php echo e(url($cate_current->alias)); ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('description'); ?> <?php echo $cate_current->description_seo; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('keywords'); ?> <?php echo $cate_current->keyword_seo; ?> <?php $__env->stopSection(); ?>



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



<section id="include">



  <div class="container p0">



    <ul class="breakcrumbs">



      <li><?php echo e($cate_current->title); ?></li>



    </ul>



    <div class="destop-row index-news">



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



      <figure class="col-sm-4 wow fadeInRight">



        <div class="box-hnews">



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



            <div class="mask"><span></span></div>



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



          <div class="info">



            <div class="date"> <span><?php echo e(date('d',$item->time)); ?></span><span>&nbsp;- T<?php echo e(date('m',$item->time)); ?></span> </div>



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



          </div>



         



          <div class="quote"> <?php if($item->description!=""): ?><?php echo e(Helper::getDescription($item->description,30)); ?> <?php endif; ?></div>



        </div>



      </figure>



    <?php endforeach; ?>



      <div class="line-index-news"></div>



      <div class="clearfix"></div>



      <div class="col-sm-12 text-right">



        <ul class='pagination pagination-sm'>



          <?php echo str_replace('/?','?',$news->render()); ?>







        </ul>



      </div>



    </div>



  </div>



</section>



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



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