



<?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'); ?> 



<!-- begin container_body -->



<div class='container'>



<div class='row'>



<!-- end container_body -->







<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 qts_content_home">



      <h2 class="title_home"><a href="javascript:void(0)"><?php echo e($news->title); ?></a></h2>



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



      <div class="content">



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



      </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(); ?>