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/master.blade.php
@extends('base')

@section('base-content')

    <p style="margin: 0; position: fixed; z-index: 800; left: 0; top: 0; padding: 20px 10px;  width: 100%; text-align: center; color: white; font-size: 14px; line-height: 1.2; font-weight: bold; background: red;">DIT IS EEN TEST OMGEVING</p>
    <p style="margin: 0; height: 56px"> </p>

    <div class="l-page__header">
        @include('organisms.header')
    </div>

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

    @include('components.youtubeModal')

    @include('organisms.footer')

@endsection