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/Neopoints/momsecurity.be/resources/views/site/master.blade.php
@extends('site.base')

@section('base-content')

    @if(env('APP_URL') == 'mom-security.komma.pro')
        <h1 style="position: absolute; top: 0; width: 100%; text-align: center; color: red; z-index: 9999;">Testomgeving</h1>
    @endif

    <div class="pagecontent-wrapper">
        <div class="content-holder {{ ($page->getDepth() > 1 && $page->getParent()->code_name == 'services') ? 'service-detail' : '' }}" @if(isset($page) && isset($page->code_name))id="{{$page->code_name}}" @endif>
            @include('site.components.header')

            @yield('content')

            @include('site.components.footer')
        </div>
    </div>
    <div class="pageTransitionOverlay">
        <div class="overlayWave"><svg viewBox="0 0 500 150" preserveAspectRatio="none" style="height: 100%; width: 100%;"><path d="M-1.41,84.38 C200.05,-114.95 323.64,296.53 507.05,-10.36 L516.64,-37.98 L0.00,0.00 Z" style="stroke: none; fill: currentColor;"></path></svg></div>
    </div>

@endsection