File: D:/HostingSpaces/SBogers10/signmania.komma.pro/app/storage/views/199283a1cbfd7332f6a064ca24797512
<?php $__env->startSection('editable_content'); ?>
<div class="ajax-container contact">
<section class="main-contact loaded-animation ">
<div class="contact-info ">
<h2><?php echo KommaLang::get('signMagic'); ?></h2>
<p>
<strong><?php echo \Config::get('business.name'); ?></strong><br/>
<?php echo \Config::get('business.address'); ?><br/>
<?php echo \Config::get('business.zip'); ?> <?php echo \Config::get('business.city'); ?><br/>
<br/>
<a href="tel:<?php echo \Config::get('business.phone_call'); ?>"><?php echo \Config::get('business.phone_display'); ?></a><br/>
<a href="mailto:<?php echo \Config::get('business.email'); ?>">info@SignMania.com</a>
</p>
<hr/>
<?php echo $page->content->translation->description[0]->description; ?>
<div class="message animation-part">
<figure>
<span>1</span>
<img alt="photo owner" src="/img/dennis.png">
</figure>
<div class="text">
<p>
Benieuwd naar ons bedrijf?<br/>
Kom eens langs voor een straf kopje koffie!
</p>
</div>
</div>
</div>
</section>
<?php /* Form */ ?>
<?php echo $__env->make('forms.contact', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php /* Maps */ ?>
<section class="map-container">
<div id="map"
data-googlex="<?php echo \Config::get('business.google_x'); ?>"
data-googley="<?php echo \Config::get('business.google_y'); ?>"></div>
</section>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>