



<?php $__env->startSection('title'); ?> <?php echo $site_option->name; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('url'); ?> <?php echo e(url()); ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('description'); ?> <?php echo $site_option->description_seo; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('keyword'); ?> <?php echo $site_option->keyword_seo; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('content'); ?>



<!-- begin container_body -->



<div class='container'>



  <div class='row'><!-- end container_body --> 



    



    <!-- begin banner --><!-- end banner -->



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



    <!-- begin left_content -->



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



    <!-- end left_content -->



    <!-- begin mid_content -->



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



      <div class="row">



        <div class="root_content"> 



          <!-- begin content home -->



          <section class="qts_content_home ">



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



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



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



            <div class="row_2">



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



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



              <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($list->alias)); ?>"><img src="<?php echo e(url($list->thumb)); ?>" class="w_100" alt="<?php echo e($list->name); ?>"/></a> </div>



                    <div class="text_content_home">



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



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



                    </div>



                  </div>



                </div>



              </div>



              <!-- begin tem pro home -->  



              <!-- end tem pro home -->  



             <?php endif; ?>   



              <?php endforeach; ?>



            </div>



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



		  <?php endforeach; ?>



          </section>



          <!-- end content home --> 



        </div>



      </div>



    </div>



    <!-- end mid_content -->



<?php $__env->stopSection(); ?> 


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