

<?php $__env->startSection('title'); ?> <?php echo e(lang('Tìm kiếm','Search')); ?> <?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">Tìm kiếm</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>Tìm kiếm</nav>

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

           

              <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 -->

              

            </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 $__env->make('frontend.layout.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>