<?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="page-heading bc-type-2">



  <div class="container">



    <div class="row">



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



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



        <div class="breadcrumbs">



          <div id="breadcrumb"><a href="<?php echo e(url()); ?>">Home</a> <span class="delimeter">/</span> <span class="current"><?php echo e($cate_current->title); ?></span></div>



          <a class="back-history" href="javascript: history.go(-1)">Return to Previous Page</a></div>



      </div>



    </div>



  </div>



</div>



<div class="container">



  <div class="page-content sidebar-position-right sidebar-mobile-bottom">



    <div class="row">



      <div class="content col-md-9">



        <div class="">



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



          <article class="blog-post content-small  post type-post status-publish format-standard has-post-thumbnail hentry" >



            <div>



              <div class="wp-picture"> <img width="810" height="350" src="<?php echo e(url($item->thumb)); ?>" data-lazy-src="<?php echo e(url($item->thumb)); ?>" class="attachment-large size-large wp-post-image" alt="<?php echo e($item->id); ?>" />



                <div class="zoom">



                  <div class="btn_group"> <a href="<?php echo e(url($item->image)); ?>" class="btn btn-black xmedium-btn" rel="pphoto"><span>View large</span></a> <a href="<?php echo e(url($item->alias)); ?>" class="btn btn-black xmedium-btn"><span>More details</span></a></div>



                  <i class="bg"></i></div>



              </div>



              <h6 class="active"><a href="<?php echo e(url($item->cate_alias)); ?>" rel="category tag"><?php echo e($item->cate_name); ?></a></h6>



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



              <div class="meta-post"> Posted on	<?php echo e(date('d/m/Y', $item->time)); ?></div>



              <div class="content-article entry-content">



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



                



                <a href="<?php echo e(url($item->alias)); ?>" class="more-link"><span class="btn big filled pull-right read-more">Read More</span></a></div>



            </div>



          </article>



		<?php endforeach; ?>



        </div>



        <div class="articles-nav">



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



          <div class="right"></div>



          <div class="clear"></div>



        </div>



      </div>



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



    </div>



  </div>



</div>



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



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