@stack('styles')
myEventPostmortem
@auth
@csrf
@endauth
@auth
{{ ucfirst(auth()->user()->role) }}
Hai, {{ auth()->user()->name }} @endauth
@yield('content')
@stack('scripts')