{{ Auth::user()->name }} ({{ ucfirst(Auth::user()->role) }})
{{ substr(Auth::user()->name, 0, 1) }}
@csrf
Keluar
@yield('content')
@stack('scripts')