File: D:/HostingSpaces/SBogers10/ridderstee.komma.pro/app/storage/views/7ed06799c79dafce1e5c7092b0939132
<section class="impression-row" id="impression">
<div class="background"></div>
<div class="grid-row">
<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 class="images">
<?php if(isset($page->translation->about_impression->tab[0]) && sizeof($page->translation->about_impression->tab[0]->images) != 0 ): ?>
<figure class="first-image">
<div class="placeholder">
<?php foreach(['medium', 'small'] as $imageSize): ?>
<span class="<?php echo $imageSize; ?>"
style="background-image: url('<?php echo $page->translation->about_impression->tab[0]->images[0]->{$imageSize.'_image_url'}; ?>');"></span>
<?php endforeach; ?>
</div>
</figure>
<?php endif; ?>
<?php if(isset($page->translation->about_impression->tab[1]) && sizeof($page->translation->about_impression->tab[1]->images) != 0 ): ?>
<figure class="second-image">
<?php foreach(['original', 'large', 'medium', 'small'] as $imageSize): ?>
<span class="<?php echo $imageSize; ?>"
style="background-image: url('<?php echo $page->translation->about_impression->tab[1]->images[0]->{$imageSize.'_image_url'}; ?>');"></span>
<?php endforeach; ?>
</figure>
<?php endif; ?>
</div>
<div class="main-buttons-wrapper">
<p><?php echo \Illuminate\Support\Facades\Lang::get('translations.moreAbout'); ?></p>
<?php echo $__env->make('layouts.partials.mainButtons', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
</div>
</section>