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/SBogers10/topswtwmobile.komma.pro/app/views/partials/headerWhite.blade.php
<div class="white-bar column fluid-100 row-2">
    <div class="center column full">
        <div id="shop-name" class="column fluid-25">
            {{ HTML::link( $shop->getPageService()->page('brands')->route,  Lang::get('tops.name_filter'), array('class'=>'title')) }}
        </div>

        @include('partials.searchBarSuggest')

        @if(isset($streamer))
            <span class="streamer">
                @Lang('pages/home.streamer')
            </span>
        @endif

        <a class="customer-service" href="/{{ $shop->getPageService()->page('information')->route }}">
            <div class="person"><img src="/images/static/people/stefan_small.jpg" alt="Stefan"/></div>
            <blockquote class="cloud">
                {{ Lang::get('partials/callToActions.header.message',['name' => 'Stefan','phone'=>Config::get('komma/tops.telephone.'.\Shop::getDomainCountry('iso_2') ) ]) }}
            </blockquote>
        </a>
    </div>
</div>