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



<?php $__env->startSection('url'); ?> <?php echo e(url($news->alias)); ?>.html <?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'); ?>



<div class="textimage-background-fullheight component normal vertically-top white left"><img alt="" src="<?php echo e(url($news->image)); ?>" class="background"/>



  <div class="text-shade"></div>



  <div class="text-container left white ">



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



    <div class="description"><?php echo e($news->description); ?></div>



  </div>



</div>







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











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



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