<?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="head-banner">



      <img class="img-responsive" src="<?php echo e(url('public/project')); ?>/images/banner-thietbi.jpg">



      <div class="text"><h1><?php echo e($cate_current->title); ?></h1></div>



    </div>



    <div class="detail">



      <div class="container">



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



          <div class="row">



            <div class="col-sm-12">



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



          </div>



        </div>



      </div>



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



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