File: D:/HostingSpaces/EUmans/umansradepo.be/app/storage/views/afee63f8c054bfdfa15b5dfb7f3fd416
<?php $__env->startSection('meta'); ?>
<title>Umans Radepo en Umans Isolatie | Iedere woning is anders en dat vraagt om maatwerk!</title>
<meta name="description" content="">
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div id="site-switch">
<div class="background">
<div class="image-whiter"></div>
<div class="default"></div>
<div class="left"></div>
<div class="right"></div>
</div>
<div class="placeholder">
<?php echo $__env->make('layouts.partials.underTitle', ['withEmail' => true], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="model">
<div class="header">
<h2><?php echo \Illuminate\Support\Facades\Lang::get('translations.siteSwitch.header'); ?></h2>
</div>
<div class="choices">
<a class="umans" href="/home">
<div class="wrapper">
<h3><?php echo \Illuminate\Support\Facades\Lang::get('translations.siteSwitch.umans.name'); ?></h3>
<p><?php echo \Illuminate\Support\Facades\Lang::get('translations.siteSwitch.umans.cta'); ?></p>
<span><?php echo \Illuminate\Support\Facades\Lang::get('translations.siteSwitch.umans.btn'); ?></span>
</div>
</a>
<a class="spouwmuur" href="<?php echo Config::get('umans.spouwmuur'); ?>">
<div class="wrapper">
<h3><?php echo \Illuminate\Support\Facades\Lang::get('translations.siteSwitch.spouwmuur.name'); ?></h3>
<p><?php echo \Illuminate\Support\Facades\Lang::get('translations.siteSwitch.spouwmuur.cta'); ?></p>
<span><?php echo \Illuminate\Support\Facades\Lang::get('translations.siteSwitch.spouwmuur.btn'); ?></span>
</div>
</a>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('extra-js'); ?>
<script>
$(function () {
$('.choices .umans').hover(function () {
$('.background .left').addClass('show');
}, function () {
$('.background .left').removeClass('show');
});
$('.choices .spouwmuur').hover(function () {
$('.background .right').addClass('show');
$('.background .default').addClass('hide');
}, function () {
$('.background .right').removeClass('show');
$('.background .default').removeClass('hide');
});
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>