File: D:/HostingSpaces/SBogers10/firetech.komma.pro/resources/views/site/master.blade.php
@extends('site.base')
@section('base-content')
@if(env('APP_URL') == 'firetech.komma.pro')
<h1 style="position: fixed; top: 0; left: 25%; width: 50%; text-align: center; color: red; z-index: 9999;">Testomgeving</h1>
@endif
@include('site.partials.header.preHeader')
@include('site.partials.header.header')
@include('site.partials.mobile.navigation')
@yield('content')
@include('site.partials.footer')
@endsection