File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/views/mobile/partials/footer.blade.php
<footer>
<a class="call-footer-bar"
href='tel:{{\Config::get('komma/tops.telephone.'.\Shop::getDomainCountry('iso_2').'+' )}}'>
<div class="person"></div>
<p class="call">
@lang('partials/callToActions.need_help.message_3') {{\Config::get('komma/tops.telephone.'.\Shop::getDomainCountry('iso_2') )}}
<br/>
<span>@lang('partials/callToActions.need_help.message_1')</span>
</p>
</a>
@if(!isset($bodyClasses) || $bodyClasses != 'home')
<div class="reason-list">
<p>@lang('pages/home.streamer')</p>
@include('mobile.partials.benefits')
</div>
@endif
@if(isset($bodyClasses) && $bodyClasses == 'home')
<div class="home-footer-reasons">
<div class="main-text">
<h2>{{ Lang::get('pages/home.description.title') }}</h2>
{{ $entity->description }}
</div>
{{ $entity->description_two }}
</div>
@endif
{{--@include('mobile.partials.homeFooterBenefits')--}}
@include('mobile.partials.searchBarMobile')
<div class="footer-menu">
<ul class="footer-item-list">
{{ $menu->getShopMenu()->getUnsortedList('footer-mobile') }}
</ul>
</div>
<div class="bottom-footer">
<div class="tops">
<a href="/">
<img src="/images/structure/tops_logo_footer_<?php
if($shop->getLanguageService()->getCurrentLanguage() !== null) echo $shop->getLanguageService()->getCurrentLanguage();
else echo 'nl'
?>_blue.svg"
alt="Logo {{ Lang::get('tops.name') }}"/>
</a>
</div>
<p class="komma">
<a href="https://www.komma.pro/" target="_blank"></a>
</p>
</div>
</footer>