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/momsecurity.komma.nl/resources/views/simple.blade.php
@extends('base', ['hideCookieMessage' => true])

@section('base-content')

    <div class="l-page__header">
        <header class="o-header">
            <div class="o-header__main">
                <a class="o-header__logo" href="/" tabindex="-1">
                    <img class="o-header__img" alt="Logo {{ config('site.company_name') }}" src="/img/logo.svg">
                </a>
            </div>
        </header>
    </div>

    <main class="l-page__body" id="main" role="main">
        @yield('content')
    </main>

    <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">
                    <img class="o-footer__logo" alt="logo" src="/img/logo-on-dark.svg"/>
                </a>
            </div>
        </div>
    </footer>

@endsection