HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers100/femmassebv.com/app/storage/views/6da1dd82f96c8291996cf87b020bab19
<?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>Contact us</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 \Config::get('business.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="<?php echo Config::get('business.googlemaps.x'); ?>" data-googley="<?php echo Config::get('business.googlemaps.y'); ?>"></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 type="text/javascript" src="/js/googleMaps.js"></script>
    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBbqF_8gcFAkSYusr2dxHWwdKWDUjebCM0&callback=initMap"
            type="text/javascript"></script>


<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>