<div id="pgc-w5c35c59fcccaa-1-0"  class="panel-grid-cell" >

  <div id="panel-w5c35c59fcccaa-1-0-0" class="widget_sow-editor panel-first-child" data-index="2" >

    <div class="so-widget-sow-editor so-widget-sow-editor-base">

      <div class="siteorigin-widget-tinymce textwidget">

        <span style="font-size: 150%;"> <span style="color: #158a00;"><strong> TOP BÁN CHẠY NHẤT TUẦN </strong></span></span>

        <hr />

      </div>

    </div>

  </div>

  <?php foreach($cate_pro as $cate): ?>

  <div id="panel-w5c35c59fcccaa-1-0-1" class="so-panel widget widget_hrm_tab_products hrm_tab_product" data-index="3" >

    <div class="tab-product-wgh tab_product_select clearfix woocommerce" role="tabpanel"> 

      <!-- Tab panes -->

      <div class="tab-content "> 

        <!-- Nav tabs -->

        <ul class="nav nav-tabs" role="tablist">

          <li role="presentation" class="active"> <a id="tab_product_click" href="<?php echo e(url($cate->alias)); ?>"><?php echo e($cate->name); ?></a> </li>



        </ul>

        <div class="tab-pane fade in active">

          <div class="product-tab clearfix">

            <div class="title-section"> <a class="title_link_a" title="<?php echo e($cate->name); ?>" href="<?php echo e(url($cate->alias)); ?>">Xem tất cả &raquo;</a> </div>

            <!--end .title-section-->



            <div class="list-product-outer products">

              <div class="list-product-content">

                <div class="list-product ">

                  <div class="row">

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

                    <?php if($cate->id == $item->to_cate && $item->id == $item->to_id): ?>

                    <div class="item-product   col-sm-3 col-xs-12 columns-4">

                      <li class="product type-product status-publish has-post-thumbnail first 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>

                   </div>

                   <!--end .item-product-->

                  <?php endif; ?>

                  <?php endforeach; ?>

                 </div>

               </div>

               <!--end .list-product--> 

             </div>

           </div>

           <!--end .list-product-outer products--> 



         </div>

         <!--end .product-tab--> 



       </div>

       <!--end .tab-panel-->





     </div>

   </div>

 </div>

 <?php endforeach; ?>



</div>