<?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 class="insMain">

  <section id="insCollectionPage">

    <div class="insBreadcrumb " >

      <div class="container">

        <div class="breadcrumb-wrap">

          <ol class="breadcrumb breadcrumb-arrow hidden-sm hidden-xs">

            <li><a href="<?php echo e(url()); ?>" target="_self">Trang chủ</a></li>

            <li class="active"><span><?php echo e($cate_current->name); ?></span></li>

          </ol>

        </div>

      </div>

    </div>

    <div class="collectionBanner insScroll animated zoomIn">

      <?php if($cate_current->background ): ?>

      <div class="banner"> <img class="insImageload" src="<?php echo e(url($cate_current->background)); ?>" alt="<?php echo e($cate_current->name); ?>" /> </div>

      <?php elseif(@$cate_root->backgorund): ?>

      <div class="banner"> <img class="insImageload" src="<?php echo e(url(@$cate_root->background)); ?>" alt="<?php echo e($cate_current->name); ?>" /> </div>

      <?php endif; ?>



    </div>

    <div class="collection_head relative">

      <div class="container">

        <div class="boxSortHead relative">

          <div class="page_head">

            <h1 class="collection_title ins_title"> <?php echo e($cate_current->name); ?> <span class="countPd">(<?php echo e(count($product)); ?> sản phẩm)</span> </h1>

          </div>

        </div>

      </div>

    </div>

    <div class="container">

      <div class="main bg_w">

        <div class="row">



          <div class="center_column col-xs-12 col-sm-12 col-md-12 product-col" id="center_column"> 

            <!-- view-product-list-->

            <div id="view-product-list" class="view-product-list">

              <div id="pd_collection">

                <ul class="product-list filter products row notStyle">

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

                  <li class="item_product col-md-3 col-sm-3 col-xs-6">

                    <div class="pdLoopItem animated zoomIn">

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

                    </div>

                  </li>

                  <?php endforeach; ?>

                </ul>

                <div class="clearfix"></div>

                <div class="col-md-12 content_sortPagiBar pagi">

                  <div id="pagination" class="clearfix">

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



                  </div>

                </div>

              </div>

            </div>

          </div>

          <!-- Left colunm --> 



          <!-- ./left colunm --> 

        </div>

      </div>

    </div>

  </section>

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