<?php $__env->startSection('title'); ?> Tìm kiếm <?php $__env->stopSection(); ?>



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



<main>



  <div class="container">



  <div class="row">



  <div class="col-md-3">



   </div>



   <div class="col-md-9">



    <ol class="breadcrumb">



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



	<li class="active">Tìm kiếm</li>



    </ol>



   </div>



   </div>



    <div class="main-content">



      <div class="row">



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



        <div class="box-right">



          <div class="col-md-9">



            <div class="list-news-right">



              <div class="title-news-right"> <a href="javascrip:void(0)">Tìm kiếm</a> </div>



              <div class="box-news-right row">



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



                  <div class="col-md-6">



                  <div class="item-box">



                    <div class="img-news-right"><a href="<?php echo e(url($item->alias)); ?>"><img src="<?php echo e(url($item->image)); ?>" alt="<?php echo e($item->title); ?>" title="<?php echo e($item->title); ?>"></a></div>



                    <div class="info-news-right">



                      <div class="title-new-right"><a href="<?php echo e(url($item->alias)); ?>"><?php echo e($item->title); ?></a></div>



                      <p><?php echo e(Helper::getDescription($item->description,30)); ?></p>



                    </div>



                  </div>



                </div>



              <?php endforeach; ?> 



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



                  <div class="col-md-6">



                  <div class="item-box">



                    <div class="img-news-right"><a href="<?php echo e(url($item->alias)); ?>"><img src="<?php echo e(url($item->image)); ?>" alt="<?php echo e($item->title); ?>" title="<?php echo e($item->title); ?>"></a></div>



                    <div class="info-news-right">



                      <div class="title-new-right"><a href="<?php echo e(url($item->alias)); ?>"><?php echo e($item->title); ?></a></div>



                      <p><?php echo e(Helper::getDescription($item->description,30)); ?></p>



                    </div>



                  </div>



                </div>



              <?php endforeach; ?> 



              </div>



            </div>  



          </div>



        </div>



        



      </div>



    </div>



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



  </div>



</main>



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







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