File: D:/HostingSpaces/SBogers10/umans.komma.pro/app/views/layouts/partials/quoteRow.blade.php
<div class="quote-row @if(isset($color)){{$color}}@endif">
<div class="content-container">
<blockquote>
@if(\Config::get('app.radepoActive'))
<h3>'@lang('translations.quote.text')'</h3>
{{--<p>— @lang('translations.quote.author')</p>--}}
@else
<h3>'@lang('isolation/translations.quote.text')'</h3>
@endif
</blockquote>
</div>
<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>
<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>
<a class="button blue" href="/{{$links->offer->route}}">{{$links->offer->name}}<span></span></a>
</div>