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




<!-- begin container_body -->




<div class='container mt-3'>




<div class='row'>




<!-- end container_body -->




<article>




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




<!-- begin left_content -->




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




<div class="col-lg-775 col-md-9 col-sm-9">




  <div class="row"><!-- end left_content --><!-- begin mid_content -->




    <div class="root_content">




      <div class="qts_content_home">




        <h2 class="title_home"><a href="<?php echo e(url($cate_current->alias)); ?>"><?php echo e($cate_current->name); ?></a></h2>




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




        <!-- begin content_category_pro -->




        <div class="col-lg-4 col-md-4 col-sm-6 col-xs-6 col-480-12">




          <div class="row_5">




            <div class="full_box_content_home">




              <div class="img_home h_6666"> <a href="<?php echo e(url($item->alias)); ?>"><img src="<?php echo e(url($item->thumb)); ?>" class="w_100" alt="<?php echo e($item->name); ?>"/></a> </div>




              <div class="text_content_home">




                <h3 class="name_content"> <a href="<?php echo e(url($item->alias)); ?>"><?php echo e($item->name); ?></a> </h3>




                <div class="monney"> Giá: <?php if($item->price>0): ?><span class="fixchu"> <?php echo e(Helper::adddotstring($item->price)); ?> đ</span><?php else: ?> <span class="fixchu"> LH <?php echo e($site_option->hotline); ?></span><?php endif; ?> </div>




              </div>




            </div>




          </div>




        </div>




        <!-- end content_category_pro --> 




         <?php endforeach; ?>




      </div>




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




      <div class="phantrang_prod"><?php echo str_replace('/?','?',$product->render()); ?></div>




    </div>




    <!-- end mid_content --><!-- begin right_content --></div>




</div>




<!-- end right_content --> 




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