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

<?php $__env->startSection('site_name'); ?> <?php echo $cate_current->title; ?> <?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('image'); ?> <?php echo url($cate_current->image); ?> <?php $__env->stopSection(); ?>

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

<div id="content" class="site-content sidebar-left">

  <div class="container">

    <div class="hrm-breadcrums">

      <div id="crumbs"> <a href="<?php echo e(url()); ?>">Trang chủ</a> <i class="fa fa-angle-double-right"></i> <span class="current"><?php echo e($cate_current->title); ?></span></div>

    </div>

    <div class="row">

      <div id="primary" class="content-area col-md-9">

        <main id="main" class="site-main" role="main">

          <header class="entry-header">

            <h1 class="page-title"><?php echo e($cate_current->title); ?></h1>

          </header>

          <!-- .page-header -->

          

          <div class="list-blog">

            <div class="post-listing archive-box">

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

              <article class="item-list">

                <div class="post-thumbnail"> <a href="<?php echo e(url($item->alias)); ?>"> <img width="500" height="230" src="<?php echo e($item->thumb); ?>" class="attachment-blog-thumbnail size-blog-thumbnail wp-post-image" alt="<?php echo e($item->title); ?>"> </a> </div>

                <!-- post-thumbnail /-->

                

                <div class="entry">

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

                  <p class="post-meta"> <span class="post-meta-author"><i class="fa fa-user"></i><a href="javascript:void(0)" title=""><?php echo e($item->user_name); ?> </a></span> <span class="post-date"> <i class="fa fa-calendar"></i><?php echo e(date('d/m/Y',$item->time)); ?> </span> <span class="post-cats"><i class="fa fa-folder-o"></i><a href="<?php echo e(url($item->cate_alias)); ?>" rel="category tag"><?php echo e($item->cate_name); ?></a></span> </p>

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

                  <a class="more-link" href="<?php echo e(url($item->alias)); ?>">Xem tiếp »</a> </div>

                <div class="clear"></div>

              </article>

              <!-- .item-list -->

              

              <?php endforeach; ?>

            </div>

          </div>

          <div class="hrm-pagenavi pagination">

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



          </div>

        </main>

        <!-- #main --> 

      </div>

      <!-- #primary -->

      

      <aside id="secondary" class="widget-area col-md-3" role="complementary">

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

      </aside>

      <!-- #secondary --> 

    </div>

    <!-- .row --> 

  </div>

  <!-- .container --> 

</div>



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

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

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