File: D:/HostingSpaces/SBogers10/ijzerenman.komma.pro/app/storage/views/ab7d00df558f339c864d5a1688f03dde
<div class="image <?php echo isset($class) ? $class : ''; ?>">
<?php if($image): ?>
<div class="floating-logo"></div>
<div class="water-effect-background"></div>
<div class="water-effect-background vertical"></div>
<?php /* Quick and dirty.. */ ?>
<?php if($entity && $entity->slug == 'contact'): ?>
<a href="https://www.google.nl/maps/place/IJzeren+Man+Vught/@51.6541001,5.2594963,15z/data=!4m2!3m1!1s0x0:0x9ce81c8569b37e81" target="_blank">
<?php endif; ?>
<img src="<?php echo $image; ?>" alt="<?php echo $title; ?>" class="preload fill"/>
<?php /* Quick and dirty.. */ ?>
<?php if($entity && $entity->slug == 'contact'): ?>
</a>
<?php endif; ?>
<?php endif; ?>
</div>