<?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 class="v-full-width middle">

  <section class="v-wrap-full" id="middle-content" style="margin-top: 0;">

    <div class="inner">

      <div class="fl v-col-lg-9 v-col-md-8 v-col-sm-8 v-col-xs-12 v-col-tx-12" id="col2">

        <div class="col2-content v-lg-mr-20 v-md-mr-20 v-sm-mr-20" style="">

          <div>

            <div class="hcv-bread-crumb"> <a class="bread-crumb-item " href="<?php echo e(url()); ?>" title="Trang chủ">Trang chủ</a> <span class="arrow">›</span> <a class="bread-crumb-item bread-crumb-last" href="<?php echo e(url($cate_current->alias)); ?>" title="<?php echo e($cate_current->title); ?>"><?php echo e($cate_current->title); ?></a> </div>

          </div>

          <h1 id="" class="home-product-block-title"> <span class="real-name"><?php echo e($cate_current->title); ?></span> <span class="line-through"></span> </h1>

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

  

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



          <?php endforeach; ?>

          

          <div class="pagination-style-1"><?php echo str_replace('/?','?',$news->render()); ?> </div>

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

      </div>

      <div id="sidebar" class="search-form-style-1 fl v-col-lg-3 v-col-md-4 v-col-sm-4 v-col-xs-12 v-col-tx-12">

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

      </div>

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

  </section>

</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(); ?>