<?php $__env->startSection('title'); ?> Tìm kiếm <?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="javascript:void(0)">Tìm kiếm</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>




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




</div>




<!-- end right_content --> 




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