File: D:/HostingSpaces/EUmans/umansradepo.be/app/storage/views/739659c765d35a163c63e96a6d556e17
<div class="home-intro-content">
<div class="content-container row">
<div class="grid5 left-content padding">
<h1><?php echo $page->content->home_introduction->translation->name; ?></h1>
<div class="streamer">
<?php echo $page->content->home_introduction->translation->description; ?>
</div>
<?php if(\Config::get('app.radepoActive')): ?>
<a class="sub-streamer" href="<?php echo $links->about->route; ?>">
<?php echo \Illuminate\Support\Facades\Lang::get('translations.sub-streamer'); ?>
<span></span>
</a>
<?php else: ?>
<a class="sub-streamer" href="<?php echo $links->isolation->route; ?>">
<?php echo \Illuminate\Support\Facades\Lang::get('isolation/translations.sub-streamer'); ?>
<span></span>
</a>
<?php endif; ?>
<div class="c-home-message">
<h4 class="c-home-message__title">Wij zijn verhuisd!</h4>
<p class="c-home-message__text">Kom gerust eens langs!<br/>
Onze nieuwe locatie:
</p>
<p class="c-home-message__location">
<?php echo \Config::get('umans.locations.overpelt.adres'); ?><br/>
<?php echo \Config::get('umans.locations.overpelt.zip-code'); ?>
</p>
</div>
<?php echo $__env->make('layouts.partials.offerBlock', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
<div class="image-container offset-1">
<?php if($page->content->home_introduction->images->count() != 0): ?>
<img alt="Home images" src="<?php echo $page->content->home_introduction->images->first()->large_image_url; ?>" />
<?php else: ?>
<img alt="paralax image" src="/img/umans_home.jpg"/>
<?php endif; ?>
</div>
</div>
</div>