<?php $__env->startSection('title'); ?> <?php echo $product->title_seo; ?> <?php $__env->stopSection(); ?>



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



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



<?php $__env->startSection('keywords'); ?> <?php echo $product->keyword_seo; ?> <?php $__env->stopSection(); ?>



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



<main>



  <div class="container">



    <ol class="breadcrumb">



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



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



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



    </ol>



    <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="detail-news-right">



              <div class="title-news-right"> <a href="javascrip:void(0)"><?php echo e($product->name); ?></a> </div>



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



              	<?php echo $product->content; ?>







              </div>



            </div> 



            <div class="others-news">



            <div class="title-news-right"> <a href="">Sản phẩm liên quan</a> </div>



            	<div class="list-sc-box">



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



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



                  <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->name); ?>" title="<?php echo e($item->name); ?>"></a></div>



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



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