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/topswtw.komma.pro/app/views/partials/footer.blade.php
<section class="information column fluid-100">
    <div class="center column full">
        <div class="column fluid-25">
            {{  HTML::link( $shop->getPageService()->page('home')->route , Lang::get('tops.name_without_bv') ,['class'=>'title'])}}
            <ul>
                {{ $menu->getShopMenu()->getUnsortedList('footer') }}
            </ul>
        </div>
        <div class="column fluid-25">
            {{  HTML::link( $shop->getPageService()->page('information')->route , Lang::get('partials/footer.information') ,['class'=>'title'])}}
            <ul>
                {{ $menu->getShopMenu()->getUnsortedList('info') }}
            </ul>
        </div>
        <div class="column fluid-25">
            {{  HTML::link( $shop->getPageService()->page('search')->route , Lang::get('partials/footer.search') ,['class'=>'title'])}}

            @include('partials.searchBarFooter')

        </div>
        <div class="column fluid-25">
            {{  HTML::link( $shop->getPageService()->page('contact')->route , Lang::get('partials/footer.contact') ,['class'=>'title'])}}
            <ul>
                <li>{{ Config::get('komma/tops.address.default.street') }}</li>
                <li>{{ Config::get('komma/tops.address.default.postal') }} {{ Config::get('komma/tops.address.default.city') }}</li>
                <li>{{ Lang::get('tops.address.country') }}</li>
            </ul>
            <ul>
                <li><a class="underline" href="tel:{{ Config::get('komma/tops.telephone.'.\Shop::getDomainCountry('iso_2').'+' ) }}" >
                    {{ Config::get('komma/tops.telephone.'.\Shop::getDomainCountry('iso_2') ) }}
                    </a>
                </li>
                <li><a class="underline"
                       href="mailto:{{ Config::get('komma/tops.email.'.\Shop::getDomainCountry('iso_2') )}}">{{ Config::get('komma/tops.email.'.\Shop::getDomainCountry('iso_2') )}}</a>
                </li>
            </ul>
        </div>
    </div>
    {{--Logos--}}
    <div class="center column full">
        <div class="column fluid-25">
            <a class="logo-tops" href="/{{ $shop->getLanguageService()->getCurrentLanguage() }}">
                <img src="/images/structure/tops_logo_footer_{{ $shop->getLanguageService()->getCurrentLanguage() }}.svg" alt="Logo {{ Lang::get('tops.name') }}" />
                <img src="/images/structure/tops_logo_footer_{{ $shop->getLanguageService()->getCurrentLanguage() }}_hover.svg" alt="Logo {{ Lang::get('tops.name') }}" class="hover" />
            </a>
        </div>
        <div class="column fluid-25">
            <div class="payment-methods {{ $shop->getShop()->slug}}"></div>
        </div>
        <div class="column fluid-25">
            <ul class="social">
                <li><a href="https://www.facebook.com/TOPS-1571122546443488/" target="_blank"><span class="icon fb"></span>Facebook</a></li>
                {{--<li><a href="#"><span class="icon tw"></span>Twitter</a></li>--}}
                <li><a href="https://www.linkedin.com/company/2103121/" target="_blank"><span class="icon in"></span>LinkedIn</a></li>
                <li><a href="https://plus.google.com/{{ Config::get('komma/tops.google_plus_link.' . \Shop::getDomainCountry('iso_2') )}}" target="_blank"><span class="icon gp"></span>Google+</a></li>
            </ul>
        </div>
        <div class="column fluid-25">
            <a href="http://www.komma.pro" class="komma" target="_blank" style="text-decoration: none;">
                <span class="logo"></span>
                <span class="desc">{{ Lang::get('partials/footer.webdevelopment_by_komma') }}</span>
            </a>
        </div>
    </div>

</section>