File: D:/HostingSpaces/SBogers10/ridderstee.komma.pro/app/storage/views/03b23a05c22ed60178280f78f34f6ee9
<?php if(isset($page->translation->main)): ?>
<section class="main-text-row">
<div class="background">
<?php if($page->code_name == 'surrounding'): ?>
<span class="background-icon">
<?php echo $__env->make('svg.surrounding', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</span>
<?php endif; ?>
</div>
<div class="grid-row">
<div class="placeholder">
<figure>
<?php if($page->content->images->count() != 0): ?>
<?php foreach(['large', 'medium', 'small'] as $imageSize): ?>
<span class="<?php echo $imageSize; ?>"
style="background-image: url('<?php echo $page->content->images->first()->{$imageSize.'_image_url'}; ?>');"></span>
<?php endforeach; ?>
<?php endif; ?>
</figure>
<div class="content grid-col">
<h1><?php echo $page->translation->main->typeName; ?></h1>
<?php echo $page->translation->main->description; ?>
<?php if($page->code_name =='houses'): ?>
<a class="internalLink button brown map-button" href="#house-map">
<?php echo \Illuminate\Support\Facades\Lang::get('translations.map'); ?>
</a>
<?php endif; ?>
<?php if(!empty($page->translation->main->link_text)): ?>
<a class="internalLink button" href="#scrollToBlock">
<?php echo $page->translation->main->link_text; ?>
</a>
<?php endif; ?>
</div>
</div>
<?php if($page->code_name == 'invest'): ?>
<div class="uniqueButton animation">
<div class="placeholder">
<p><?php echo \Illuminate\Support\Facades\Lang::get('translations.uniqueButton'); ?></p>
</div>
</div>
<?php endif; ?>
</div>
</section>
<?php else: ?>
<p>Set dynamic page '<?php echo $page->code_name; ?>' with blockname of code_name 'main'</p>
<?php endif; ?>