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



<?php $__env->startSection('url'); ?> <?php echo e(url($page->alias)); ?>.html <?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('content'); ?>



<div id="container-content">



  <article id="content">



    <div class="container-fluid">



      <div class="row main-content">



        <div class="hidden-xs hidden-sm visibility-md col-md-3">



          <section id="sidebar">







            <div id="sidebar-container">



              <div id="side">



                <div class="block">



                  <div class='secondnav'><h3><?php if(Session::get('lang')=='vi'): ?> Giới thiệu <?php else: ?> Introduce <?php endif; ?></h3><ul class="navigation">



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



                   <li <?php if($item->alias == $page->alias): ?> class="active" <?php endif; ?>>



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



                  </li>



                  <?php endforeach; ?>



                </ul>



              </div>



            </div>



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



            <div class="block">



              <div class='secondnav'><h3><?php echo e($item->name); ?></h3><ul class="navigation">



                <?php foreach($cate_product_sub as $sub): ?>



                <?php if($item->id == $sub->parent_id): ?>



                <li>



                  <a href="<?php echo e(url($sub->alias)); ?>"><?php echo e($sub->name); ?></a>



                </li>



                <?php endif; ?>



                <?php endforeach; ?>



              </ul>



            </div>



            <?php endforeach; ?>



          </section>



        </div>



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



          <section id="main-article">



            <article>



              <div id="breadcrumbs">



                <ul class="breadcrumb" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">



                 <li><a itemprop="url" href="<?php echo e(url()); ?>"  <?php if(Session::get('lang') == 'vi'): ?> title="Trang chủ" <?php else: ?> title="Home" <?php endif; ?>><span itemprop="title" class="first"><?php if(Session::get('lang') == 'vi'): ?>Trang chủ <?php else: ?> <?php endif; ?></span></a></li>



                 <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><span itemprop="title" class="last"><?php echo e($page->title); ?></span></li>



               </ul>



             </div>                 



             <article>



              <div itemscope itemtype="http://schema.org/Article">



                <h2 class="article-title" itemprop="name"><span><?php echo e($page->title); ?></span></h2>



                <div class="container-fluid">



                  <div class="row">



                    <div itemtype="articleBody" class="col-xs-12">



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







                    </div>



                    



                  </article>



                </div>  



              </section>



            </div>



          </div>



        </div>



      </article>



    </div>



  </div>



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



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