<?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('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->name); ?></span></div>

    </div>

    <div class="row">

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

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

          <div id="primary" class="content-area">

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

              <nav class="woocommerce-breadcrumb"><a href="<?php echo e(url()); ?>">Trang chủ</a>&nbsp;/&nbsp;</a><?php echo e($cate_current->name); ?></nav>

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

              <div class="term-description">

                <?php echo $cate_current->description; ?>



              </div>

             

              

              <div class="woocommerce-loop woocommerce">

                <ul class="products">

                  <?php $i=0; ?>

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

                  <?php $i++ ?>

                  <li class="post-7425 product type-product status-publish has-post-thumbnail product_cat-rem-cua-hang-all-plus product_cat-rem-lot-sang <?php if($i%4 == 0): ?>last <?php endif; ?> instock sale shipping-taxable purchasable product-type-simple">

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

                  </li>

                  <?php endforeach; ?>                 

                </ul>

              </div>

              <!-- /.woocommerce-loop -->

              <nav class="pagination">

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



              </nav>

            </main>

          </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('/?','?',$product->render()); ?>-->

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