File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/views/mobile/partials/mobileNavigation.blade.php
<header id="header">
<div class="call-language-bar">
<p class="call">
@lang('partials/callToActions.need_help.message_2', ['phone' => \Config::get('komma/tops.telephone.'.\Shop::getDomainCountry('iso_2') ), 'link' => 'tel:'.\Config::get('komma/tops.telephone.'.\Shop::getDomainCountry('iso_2').'+' ) ])
</p>
@if( !isset($noFlags) || $noFlags == false)
<div class="choose-language flag-drop-down">
<div class="button-open"></div>
<ul>
{{ $menu->getLanguageMenu()->getUnsortedList() }}
</ul>
</div>
@endif
</div>
<div class="blue-mobile-bar">
<div class="link-content">
<div class="toggle-menu"></div>
<span class="business">{{ Lang::get('tops.name_without_bv') }}</span>
</div>
<a href="/{{ $shop->getPageService()->page('cart')->route }}" class="cart">
<span class="icon"></span>
<span class="quantity" data-amount="@{{ cart.getTotalQuantity() }}" ng-cloak>
@{{ cart.getTotalQuantity() | number }}
</span>
</a>
</div>
@if(\Config::get('app.maintenance_mode'))
<div class="blue-mobile-bar" style="height: auto;">
<p class="business" style="margin: 0; padding: 8px 20px; width: 100%; border-top: 2px solid rgba(255,255,255, 0.2); font-size: 14px; line-height: 16px;">
We’re currently running a major update on our website. Therefor ordering has been temporarily disabled. We apologize for the inconvenience.
</p>
</div>
@endif
@if( ( !isset($bodyClasses) || $bodyClasses != 'home' ) && (!isset($checkout) || !$checkout ) )
@include('mobile.partials.searchBarMobile')
@endif
@if(!isset($checkout) || !$checkout)
@include('mobile.partials.barReviews')
@endif
<div class="sticky-bar blue-mobile-bar">
<div class="link-content">
<div class="toggle-menu"></div>
<span class="business">{{ Lang::get('tops.name_without_bv') }}</span>
</div>
<a href="/{{ $shop->getPageService()->page('cart')->route }}" class="cart">
<span class="icon"></span>
<span class="quantity" data-amount="@{{ cart.getTotalQuantity() }}" ng-cloak>
@{{ cart.getTotalQuantity() | number }}
</span>
</a>
</div>
</header>