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



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



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



<?php $__env->startSection('keywords'); ?> <?php echo $page->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 class="active"><?php echo e($page->title); ?></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($page->title); ?></a> </div>



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



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







              </div>



            </div>  



          </div>



        </div>



        



      </div>



    </div>



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



  </div>



</main>



<!-- main -->



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



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