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



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



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



<?php $__env->startSection('keywords'); ?> <?php echo $cate_current->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="program-content">



  <div class="container">



    <?php foreach($news as $item): ?>



    <div class="row">



      <div class="items">



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



          <a href="<?php echo e(url($item->alias)); ?>"><img class="img-responsive" src="<?php echo e(url($item->image)); ?>"></a>



        </div>



        <div class="col-sm-6 last">



          <div class="title">



            <h3><a href="<?php echo e(url($item->alias)); ?>"><?php echo e($item->title); ?></a></h3>



          </div>



          <div class="">



            <p><?php echo e(Helper::getDescription($item->description,100)); ?></p>



            



            <a href="<?php echo e(url($item->alias)); ?>" class="pull-left more">Chi tiết</a>



            



          </div>



        </div>



        



      </div>



    <?php endforeach; ?>



    <div class="paging"> <?php echo str_replace('/?','?',$news->render()); ?></div>



    <div class="program-content2" style="clear: both">



  <div class="container">



    <div class="row">



        </div>



  </div>



</div>



    </div>



  </div>



</div>



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







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