<?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="content" class="site-content sidebar-left">

  <div class="container">

    <div class="hrm-breadcrums">

      <div id="crumbs"> <a href="<?php echo e(url()); ?>">Trang chủ</a> <i class="fa fa-angle-double-right"></i> <span class="current"><?php echo e($page->title); ?></span></div>

    </div>

    <div class="row">

      <div id="primary" class="content-area col-md-9">

        <main id="main" class="site-main" role="main">

          <article id="post-7486" class="post-7486 post type-post status-publish format-standard has-post-thumbnail hentry category-tin-tuc">

            <header class="entry-header">

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

            </header>

            <!-- .entry-header -->

            <p class="post-meta"> <span class="post-date"> <i class="fa fa-calendar"></i><?php echo e(date('d/m/Y',$page->time)); ?> </span> </p>

             <div class="entry-content" style="margin-bottom: 30px;">

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



              </div>

            <!-- .entry-content -->

            <div class="wp_rp_wrap  wp_rp_vertical" id="wp_rp_first">

                <div class="wp_rp_content">

                  <h3 class="related_post_title" style="line-height: 38px!important;padding-left:15px!important; display: inline-block;width: 100%">BÀI VIẾT LIÊN QUAN</h3>

                  <ul class="related_post wp_rp">

                    <?php $i=0; ?>

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

                    <?php $i++ ?>

                    <li data-position="<?php echo e($i); ?>" data-poid="in-<?php echo e($item->id); ?>" data-post-type="none"><a href="<?php echo e(url($item->alias)); ?>" class="wp_rp_thumbnail"><img src="<?php echo e($item->thumb); ?>" alt="<?php echo e($item->title); ?>" width="150" height="150"></a><a href="<?php echo e(url($item->alias)); ?>" class="wp_rp_title"><?php echo e($item->title); ?></a></li>

                    <?php endforeach; ?>

                  </ul>

                </div>

              </div>

            <footer class="entry-footer"> </footer>

            <!-- .entry-footer -->

            <div class="hrm-social-share"> <span class="share-text">Chia sẻ bài viết!</span>

              <ul class="hrm-share">

                <li> <a href="//www.facebook.com/sharer/sharer.php?u=<?php echo e(url($page->alias)); ?>" class="facebook" target="_blank"> <i class="fa fa-facebook"></i> <span>Facebook</span> </a> </li>

                <li> <a href="//plus.google.com/share?url=<?php echo e(url($page->alias)); ?>" class="google" target="_blank"> <i class="fa fa-google-plus"></i> <span>Google Plus</span> </a> </li>

                <li> <a href="//twitter.com/home?status=<?php echo e(url($page->alias)); ?>" class="twitter" target="_blank"> <i class="fa fa-twitter"></i> <span>Twitter</span> </a> </li>

                <li> <a href="//www.linkedin.com/shareArticle?mini=true&amp;url=<?php echo e(url($page->alias)); ?>" class="linkedin" target="_blank"> <i class="fa fa-linkedin"></i> <span>LinkedIn</span> </a> </li>

                <!-- <li class="pinterest">

                  <div class="share-pin-origin"> <span class="PIN_1552613763522_button_pin PIN_1552613763522_save" data-pin-log="button_pinit_bookmarklet" data-pin-href="https://www.pinterest.com/pin/create/button/">Save</span> 

                   

                  </div>

                  <i class="fa fa-pinterest-p"></i> <span class="share-pin-alt pinterest">Pinterest</span> </li> -->

              </ul>

            </div>

          </article>

          <!-- #post-## --> 

        </main>

        <!-- #main --> 

      </div>

      <!-- #primary -->

      

      <aside id="secondary" class="widget-area col-md-3" role="complementary">

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

      </aside>

      <!-- #secondary --> 

    </div>

    <!-- .row --> 

  </div>

  <!-- .container --> 

</div>

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

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