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



<?php if($cate_current->position !=3): ?>



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



  <!-- subheader begin -->



  <section id="subheader" data-speed="8" data-type="background" class="padding-top-bottom"



           



                          style="background-image: url('wp-content/uploads/2017/06/Untitled-4-5381-1498720220.jpg');"



            >



    <div class="container">



      <div class="row">



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



          <h1> <?php echo e($cate_current->title); ?> </h1>



          <ul class="crumb">



            <li><a rel="v:url" property="v:title" href="<?php echo e(url()); ?>">Home</a></li>



            <b>/</b>



            <li><a rel="v:url" property="v:title" href="<?php echo e(url($cate_current->alias)); ?>"><?php echo e($cate_current->title); ?></a></li>



            <b>/</b>



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



          </ul>



        </div>



      </div>



    </div>



  </section>



  <!-- subheader close --> 



  



  <!-- CONTENT BLOG -->



  <div id="content">



    <div class="container">



      <div class="row">



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



          <ul class="blog-list">



            <li class="single">



              <div class="post-content">



                <div class="date-box">



                  <div class="day"><?php echo e(date('d',$news->time)); ?></div>



                  <div class="month">Th<?php echo e(date('m',$news->time)); ?></div>



                </div>



                <div class="post-text page-content">



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



                  <div class="content_news"> 



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







                  </div>



                  </div>



                </div>



              </div>



             



                </div>



              </div>



            </li>



          </ul>



      



          



        </div>



      </div>



    </div>



  </div>



  <!-- END CONTENT BLOG --> 



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



<?php echo $site_option->remarketing; ?>







<?php else: ?>



<div class="container project-view">



  <section class="wpb_row vc_row-fluid">



    <div class="container">



      <div class="row">



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



          <div class="vc_column-inner ">



            <div class="wpb_wrapper "  >



              <div  class="wpb_single_image wpb_content_element vc_align_left  vc_custom_1437645567921">



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







              </div>



              



            </div>



          </div>



        </div>



      </div>



    </div>



  </section>



</div>



<?php endif; ?>







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



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