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/beat-the-barn.komma.nl/resources/views/organisms/mobileHeader.blade.php
<header class="o-mobile-header  js-sticky-header">

    <div class="o-mobile-header__main">

        <div class="o-mobile-header__logo" href="{{ $links->home->route ?? '/' }}">
            <a class="o-mobile-header__link" href="/" tabindex="-1">
                <img class="o-mobile-header__img" alt="Logo {{ config('site.company_name') }}" src="/img/logo-with-blue.svg">
            </a>
        </div>

        @if(isset($links))
            <div class="o-mobile-header__toggle">
                <button class="c-hamburger  js-overlay-menu-trigger" aria-expanded="false" aria-controls="overlay-menu" tabindex="-1">
                    <span></span>
                </button>
            </div>
        @endif

    </div>
</header>