File: D:/HostingSpaces/SBogers10/ridderstee.komma.pro/app/storage/views/16cfb918e85820c9e9de3b4015f8bc85
<section class="invest-row location-map">
<div class="background"></div>
<div class="grid-row">
<div class="invest-wrapper grid-col offset-1 col-10 <?php if(isset($isLastBlock)): ?> is-last <?php endif; ?>">
<div class="title">
<h4><?php echo KommaLang::get('locationMapText'); ?></h4>
<?php if($page->code_name != 'houses'): ?>
<a class="button white" href="/<?php echo $links->houses->route; ?>"><?php echo \Illuminate\Support\Facades\Lang::get('translations.showHouses'); ?></a>
<?php else: ?>
<a class="button white" href="/<?php echo $links->surrounding->route; ?>"><?php echo \Illuminate\Support\Facades\Lang::get('translations.discoverSurrounding'); ?></a>
<?php endif; ?>
</div>
<div class="map-overlay"></div>
<div class="waves">
<div class="wave"><?php echo $__env->make('svg.wave', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?></div>
<div class="wave"><?php echo $__env->make('svg.wave', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?></div>
</div>
</div>
</div>
</section>