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



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



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



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



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



<section id="include">



  <div class="container p0">



    <div class="destop-row detail-news">



      <div class="col-sm-8 wow fadeInLeft">



        <h1 class="title-news-detail"><span><?php echo e($news->title); ?></span></h1>



        <div class="news-dpost"><i class="fa fa-clock-o"></i> <?php echo e(date('d-m-Y',$news->time)); ?></div>



        <div class="content_news wow fadeInUp text-page">



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







           </div>



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



        <br/>



        <div class="" style="margin-top:15px;">



          <div class="social-likes" data-url="<?php echo e(url($news->alias)); ?>">



            <div class="facebook" title="">Facebook</div>



            <div class="twitter" data-via="sapegin" data-related="" title="">Twitter</div>



            <div class="plusone" title="">Google+</div>



          </div>



        </div>



      </div>



      <div class="col-sm-4 wow fadeInRight">



        <div class="relative-news">



          <h3 class="title">Bài viết liên quan</h3>



          <div class="owl-relative-news">



            <figure>



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



              <div class="item">



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



                  <div class="mask"><span></span></div>



                  <img src="<?php echo e(url($item->thumb)); ?>" alt="<?php echo e($item->title); ?>"> </a> </div>



                <div class="info">



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



                  <div class="day"><i class="fa fa-clock-o"></i> <?php echo e(date('d-m-Y',$item->time)); ?></div>



                </div>



              </div>



         <?php endforeach; ?>



            </figure>



          </div>



        </div>



      </div>



    </div>



  </div>



</section>



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



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