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/SBogers106/rvt-trainingen.nl/app/storage/views/55d9012a5a1cb341110cf93a2efa3633
<?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>Neem vrijblijvend contact met ons op</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/><br/>
                    KvK: <?php echo \Config::get('business.kvk'); ?><br/>
                    <br />
                    <hr>
                    <br />
                    <strong>Marian Litjens</strong><br />
                    <i class="fa fa-phone" aria-hidden="true"></i> <a href="tel:<?php echo Config::get('business.phone.call'); ?>"><?php echo Config::get('business.phone.display'); ?></a>
                    <br /><br />
                    <strong>Jack Cardinaal</strong><br />
                    <i class="fa fa-phone" aria-hidden="true"></i> <a href="tel:<?php echo Config::get('business.phone_alt.call'); ?>"><?php echo Config::get('business.phone_alt.display'); ?></a>

                    <?php /*<?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.350809" data-googley="5.556390"></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=AIzaSyBbJZEkizYRWdvjZeIVaZwYzn9qz9NlG9Y&callback=initMap"
            type="text/javascript"></script>


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