<?php $__env->startSection('title'); ?> <?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('content'); ?>



<div class="site-content">



  <div class="container">



    <div class="description-home">



     <p><?php echo e($page_home->description); ?></p>



   </div>



   <div class="widget-title">



     <div class="title-content">



      <a href="<?php echo e(url($page_home->alias)); ?>" class="link-btn">LEARN MORE</a>



    </div>



  </div>



  <div class="carousel-style carousel-style-1" id="banner">



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



    <div class="item">



      <a href="<?php echo e($item->url); ?>"><img src="<?php echo e(url($item->link)); ?>" alt="<?php echo e($item->title); ?>"></a>



      <div class="box-info">



       <div class="info">



        <h3><?php echo e($item->title); ?></h3>



        <p class="description"><p><?php echo e($item->description); ?></p>



      </div>



    </div>







  </div>



  <?php endforeach; ?>



</div><!-- slider -->



<div class="widget-title">



  <span>OUR CLIENTS</span>



</div><!-- title -->



<div class="box-our-clients">



 <div class="our-clients carousel-style-4">



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



  <div class="item">



    <a><img src="<?php echo e(url($item->link)); ?>" alt="<?php echo e($item->title); ?>"></a>



  </div>



  <?php endforeach; ?>



</div>



</div>



<!-- our client -->



<div class="row">



  <div class="col-lg-6 col-sm-6 col-md-6 col-xs-12">    



  <?php foreach($menu_home as $k=>$item): ?>



  <?php if($k%2==0 && $k>0): ?>



</div>



 <div class="col-lg-6 col-sm-6 col-md-6 col-xs-12">    



  <?php endif; ?>



    <div class="box-services <?php if($k%2==0 && $k>0): ?> box-3  <?php else: ?> box-12 <?php endif; ?>" style="background-image:url(<?php echo e(url($item->icon)); ?>">



      <div class="content">



        <div class="box-info">



          <h3><?php echo e($item->name); ?></h3>



          <p><?php echo e($item->description); ?></p>



          <a href="<?php echo e(url($item->url)); ?>" class="link">LEARN MORE</a>



        </div>



      </div>



    </div>    



  <?php endforeach; ?>



  



  </div>



  







</div>



</div>



</div>



</div>







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







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