File: D:/HostingSpaces/SBogers10/umans.komma.pro/app/views/layouts/partials/underTitle.blade.php
<div class="under-title-row">
<div class="content-container under-title">
<a class="large-logo" href="/@if( \Config::get('app.radepoActive')){{'home'}}@endif">
</a>
<div class="customer-service">
<div class="information">
<a href="tel:{{\Config::get('umans.customer-service.ellen.phone-call')}}">{{\Config::get('umans.customer-service.ellen.phone-display')}}</a>
@if(isset($withEmail) && $withEmail)
<br/>
<a class="information__email" href="mailto:{{\Config::get('umans.email')}}">{{\Config::get('umans.email')}}</a>
@endif
<p><span></span>
{{\Config::get('umans.customer-service.ellen.name')}}<br/>
{{\Config::get('umans.customer-service.ellen.function')}}
</p>
</div>
<div class="person-image"
style="background-image: url('{{\Config::get('umans.customer-service.ellen.image')}}');"></div>
</div>
</div>
<div class="image-whiter"></div>
</div>