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/EUmans/umansradepo.be/app/storage/views/2fd08e645e6c4358da75d325be4f9a02
<div class="under-title-row">
    <div class="content-container under-title">
        <a class="large-logo" href="/<?php if( \Config::get('app.radepoActive')): ?><?php echo 'home'; ?><?php endif; ?>">
        </a>

        <div class="customer-service">
            <div class="information">
                <a href="tel:<?php echo \Config::get('umans.customer-service.ellen.phone-call'); ?>"><?php echo \Config::get('umans.customer-service.ellen.phone-display'); ?></a>

                <?php if(isset($withEmail) && $withEmail): ?>
                    <br/>
                    <a class="information__email" href="mailto:<?php echo \Config::get('umans.email'); ?>"><?php echo \Config::get('umans.email'); ?></a>
                <?php endif; ?>

                <p><span></span>
                    <?php echo \Config::get('umans.customer-service.ellen.name'); ?><br/>
                    <?php echo \Config::get('umans.customer-service.ellen.function'); ?>

                </p>
            </div>
            <div class="person-image"
                 style="background-image: url('<?php echo \Config::get('umans.customer-service.ellen.image'); ?>');"></div>

        </div>

    </div>

    <div class="image-whiter"></div>
</div>