File: D:/HostingSpaces/SBogers10/rentman.komma.pro/app/storage/views/7d254b82c552c49cfe3059c36371f635
<?php $__env->startSection('intro-content'); ?>
<div class="home-intro">
<?php echo $data->content->translation->description; ?>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('sky-content'); ?>
<?php foreach($blocks as $block): ?>
<?php if($block->view =='about.items'): ?>
<div class="icon-column <?php echo $block->code_name; ?>">
<div class="icon"></div>
<div class="content">
<h3><?php echo $block->translation->name; ?></h3>
<?php echo $block->translation->description; ?>
</div>
</div>
<?php endif; ?>
<?php endforeach; ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('orange-button'); ?>
<div class="button">
<a href="/<?php echo $data->links->jobs->route; ?>">
<?php echo \Illuminate\Support\Facades\Lang::get('translations.seeJobOffers'); ?>
</a>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('editable_content'); ?>
<?php echo $__env->make('layouts.partials.introRow', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('layouts.partials.skyRow', ['class' => 'two-columns'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php if(\App::getLocale() != 'nl'): ?>
<?php echo $__env->make('layouts.partials.videoRow', ['link' => trans('translations.home_video')], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php else: ?>
<div style="height: 100px;"></div>
<?php endif; ?>
<?php echo $__env->make('layouts.partials.about.colleagues-row', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('layouts.partials.orangeRow', [
'title' => $blocks->get('about_orange')->translation->name,
'description' => $blocks->get('about_orange')->translation->description,
], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('extra-js'); ?>
<script type="text/javascript" src="/js/jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="/js/introSlider.js"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>