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/jacques-hein/jacques-hein.nl/app/storage/views/71aa35745a6c9197db9d437371c2c265
<?php $__env->startSection('editable_content'); ?>

    <div class="header-background blue">

        <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">

                <?php /*<?php if(isset($page->content->contact)): ?>*/ ?>
                    <?php /*<h2><?php echo $page->content->contact->translation->name; ?></h2>*/ ?>
                    <?php /*<?php echo $page->content->contact->translation->description; ?>*/ ?>
                    <?php /*<hr/>*/ ?>
                <?php /*<?php else: ?>*/ ?>
                    <?php /*<h2>Voeg een tekstblok toe met<br/>code_name 'contact'</h2>*/ ?>
                    <?php /*<p>Titel + Omschrijving. In de titel kan eventueel &lt;br/&gt; gezet<br/>worden om*/ ?>
                        <?php /*een enter te maken.*/ ?>
                    <?php /*</p>*/ ?>
                    <?php /*<hr/>*/ ?>
                <?php /*<?php endif; ?>*/ ?>


                <p>
                    <strong><?php echo \Config::get('business.business_name'); ?></strong><br/>
                    <?php echo \Config::get('business.address'); ?><br/>
                    <?php echo \Config::get('business.zip'); ?> <?php echo \Config::get('business.city'); ?><br/>
                    <?php echo \Config::get('business.country'); ?><br/>
                    <br/>
                    <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>

    <?php /*<section class="discover">*/ ?>
        <?php /*<?php echo $__env->make('layouts.partials.discoverRow', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>*/ ?>
    <?php /*</section>*/ ?>

    <?php /*<div id="map" data-googlex="<?php echo \Config::get('business.google_x'); ?>" data-googley="<?php echo \Config::get('business.google_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(); ?>