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/otium.komma.nl/resources/views/organisms/footer.blade.php
<footer class="l-page__footer">
    <div class="o-footer">
        <div class="o-footer__main">

            <a class="o-footer__brand" href="/@if(\App::getLocale() != 'nl'){{\App::getLocale()}}@endif" tabindex="-1">
                @include('components.icons.logoOnDark')
            </a>

            <div class="o-footer__info">

                <h3 class="o-footer__heading">Contact</h3>

                <div class="o-footer__address">
                    <p>{{ config('site.company_address') }}</p>
                    <p>{{ config('site.company_zip') }} {{ config('site.company_city') }}</p>
                </div>

                <div class="o-footer__contact">
                    <a class="o-footer__link" data-letter="T" href="tel:{{ config('site.company_phone_call') }}">{{ config('site.company_phone_display') }}</a><br/>
                    <a class="o-footer__link" data-letter="E" href="mailto:{{ config('site.company_email') }}">{{ config('site.company_email') }}</a>
                </div>

            </div>

        </div>
    </div>

    @include('organisms.subfooter')

</footer>