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/meuwis/lmbm.be/resources/views/site/partials/header/header.blade.php
<header>

    <div class="grid-row">

        <div class="grid-col">

            <figure class="logo">
                <a href="/@if(\App::getLocale() != 'nl'){{\App::getLocale()}}@endif">
                    <img alt="logo" src="/img/logo-meuwis.svg">
                </a>
            </figure>

            {{-- Navigation --}}
            @include('site.partials.header.navigation')


        </div>
    </div>

    @if(isset($shadow) && $shadow)
        <div class="shadow"></div>
    @endif

</header>