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

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

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

<?php $__env->startSection('keywords'); ?> <?php echo $page->keyword_seo; ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('image'); ?> <?php echo url($page->image); ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('site_name'); ?> <?php echo $page->title; ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>

<div id="body">

      <div class="container">

        <hr class="mt0 mb80">

        <div class="article-list mb80">

          <div class="row">

            <div class="col-sm-3 col-md-2">

              <div class="article-filter">

            <ul class="list-unstyled mb30 hidden-xs">      

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

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

              <?php endforeach; ?>

            </ul>

            

                <div class="clearfix"></div>

              </div>

            </div>

            <div class="col-sm-9 col-md-10">

              <div class="article-section">

                <header class="header-title mb15">

                  <p class="mt0 mb15 ts14"><?php echo e(date('d/m/Y',$page->time)); ?></p>

                  <h1 class="tb tc1 mt10 mb10 ts32 text-capitalize lh42"> <?php echo e($page->title); ?> </h1>

                </header>

                <!-- <div class="article-cover"> 

                  <img alt="LAURIER SUPER SLIMGUARD: TOP 6 OF THE WEEK - BEST ADS ON TV" class="img-responsive" src="media/images/section/article/1545380071_1533262724_1_copy.jpg"> </div> -->

                <div class="pl80 pr80 pt50">

                  <section class="textarea-content ts16 lh26">

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



                  </section>

                  <div class="row mt30">

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

                    </div>

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

                      <div class="share pull-right">

                        <ul class="list-inline">

                          <li>Share</li>

                          <li> <a class="btn bc7 btn-sm bra0 btn-social" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo e(url($page->alias)); ?>&t=<?php echo e($page->title); ?>" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" target="_blank" title="Share on Facebook"> <i class="fa fa-facebook tc7 ts20"></i> </a> </li>

                          <li> <a class="btn bc7 btn-sm bra0 btn-social" href="https://twitter.com/share?url=<?php echo e(url($page->alias)); ?>&via=<?php echo e($page->title); ?>" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" target="_blank" title="Share on Twitter"> <i class="fa fa-twitter tc7 ts20"></i> </a> </li>

                          <li> <a class="btn bc7 btn-sm bra0 btn-social" href="https://plus.google.com/share?url=<?php echo e(url($page->alias)); ?>&via=TWITTER_HANDLE&text=<?php echo e($page->title); ?>" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" target="_blank" title="Share on Twitter"> <i class="fa fa-google-plus tc7 ts20"></i> </a> </li>

                        </ul>

                      </div>

                      <div class="clearfix"></div>

                    </div>

                  </div>

                </div>

              </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(); ?>