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



<main>



   <section id="service">



    <div class="container">



    <div class="sl-service">   



      <div class="title-al-news" style="margin-left:0;">



      <a><?php echo e($news->title); ?></a>



    </div>



    <div class="icon-comment"><img src="<?php echo e(url()); ?>/public/frontend/images/icon.png" alt=""></div>



     	<div class="detail col-md-12">



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



        </div>



      </div>



    </div>



  </section>



</main>



<!-- main -->



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



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