File: D:/HostingSpaces/SBogers10/umans.komma.pro/app/storage/views/487bc1e03ff5f7a9d716855efdf4d46b
<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; ?>
<?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>