File: D:/HostingSpaces/SBogers70/inter-mill.com/app/storage/views/1d68da0c56b85e7c39f96395886a5fef
<?php $__env->startSection('editable_content'); ?>
<div class="header-background">
<div class="content-container">
<div class="base-breadcrumb">
<?php echo $__env->make('layouts.partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
</div>
</div>
<div class="contact-block">
<div class="content-container">
<div class="contact-information">
<p>
<h2><?php echo \Illuminate\Support\Facades\Lang::get('translations.contact_title'); ?></h2>
<strong><?php echo \Config::get('business.business-name'); ?></strong><br/>
<?php echo \Config::get('business.adres'); ?><br/>
<?php echo \Config::get('business.zip'); ?> <?php echo \Config::get('business.city'); ?><br/>
<?php echo \Illuminate\Support\Facades\Lang::get('translations.country'); ?><br/>
<a href="tel:<?php echo Config::get('business.phone.call'); ?>"><?php echo Config::get('business.phone.display'); ?></a>
<hr>
<?php echo $__env->make('layouts.partials.contactPerson', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</p>
</div>
<div class="contact-content-container">
<?php echo $__env->make('forms.contact', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
</div>
</div>
<div id="map" data-googlex="51.309326" data-googley="5.630877"></div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('extra-js'); ?>
<script type="text/javascript" src="/js/contact.js"></script>
<script type="text/javascript" src="/js/selectric.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyChL-c1tMihVjQuWrvNEwBKVPVK6v6z79E"
type="text/javascript"></script>
<script type="text/javascript" src="/js/googleMaps.js"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>