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/01ae8d65aff3c98e110d119f042c2b8e
<div class="quote-row <?php if(isset($color)): ?><?php echo $color; ?><?php endif; ?>">
    <div class="content-container">

        <blockquote>
            <?php if(\Config::get('app.radepoActive')): ?>
                <h3>&apos;<?php echo \Illuminate\Support\Facades\Lang::get('translations.quote.text'); ?>&apos;</h3>
                <?php /*<p>— <?php echo \Illuminate\Support\Facades\Lang::get('translations.quote.author'); ?></p>*/ ?>
            <?php else: ?>
                <h3>&apos;<?php echo \Illuminate\Support\Facades\Lang::get('isolation/translations.quote.text'); ?>&apos;</h3>
            <?php endif; ?>
        </blockquote>
    </div>

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

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

    <a class="button blue" href="/<?php echo $links->offer->route; ?>"><?php echo $links->offer->name; ?><span></span></a>

</div>