<?php $__env->startSection('title'); ?> <?php echo $site_option->name; ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('site_name'); ?> <?php echo $site_option->name; ?> <?php $__env->stopSection(); ?>

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

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

<?php $__env->startSection('keyword'); ?> <?php echo $site_option->keyword_seo; ?> <?php $__env->stopSection(); ?>

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

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

  <div id="content" class="site-content sidebar-left">

    <div class="container">

      <div class="row">

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

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

            <div class="home-slider-block home-silder-inmain">

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

            </div>

            <div class="opt-content-top">

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

            </div>

            <!--end .opt-content-top-->

            

            <article id="post-1984" class="post-1984 page type-page status-publish hentry">

              <div class="entry-content">

                <div id="siteorigin-panels-builder-4" class="widget-odd widget-last widget-3 widget widget_siteorigin-panels-builder">

                  <div id="pl-w5c35c59fcccaa"  class="panel-layout" >

                    <div id="pg-w5c35c59fcccaa-0"  class="panel-grid panel-no-style" >

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

                    </div>

                    <div id="pg-w5c35c59fcccaa-1"  class="panel-grid panel-no-style" >

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

                    </div>

                    <div id="pg-w5c35c59fcccaa-2"  class="panel-grid panel-no-style" >

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

                      <?php if($item->position=='Banner Home 2'): ?>

                      <div id="pgc-w5c35c59fcccaa-2-0"  class="panel-grid-cell" >

                        <div id="panel-w5c35c59fcccaa-2-0-0" class="so-panel widget widget_sow-image panel-first-child panel-last-child" data-index="6" >

                          <div class="panel-widget-style panel-widget-style-for-w5c35c59fcccaa-2-0-0" >

                            <div class="so-widget-sow-image so-widget-sow-image-default-bd5cd9da0588">

                              <div class="sow-image-container"> <a href="<?php echo e($item->url); ?>" > <img src="<?php echo e($item->link); ?>" width="800" height="800"  class="so-widget-image"/> </a></div>

                            </div>

                          </div>

                        </div>

                      </div>

                      <?php endif; ?>

                      <?php endforeach; ?>

                    </div>



                  </div>

                </div>

              </div>

              <!-- .entry-content --> 

              

            </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>

  <!-- #content -->

s

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

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