@stack('styles')

@yield('header')

@if(count($errors) > 0) @endif @if(Auth::user()->MESSAGE) @endif @if(session()->has('message')) @endif @if(session('warning')) @endif
@yield('content')
@stack('scripts')