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>