<?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 class="insMain">

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

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

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

</div>

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

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