@yield('title')
{{ strtoupper(substr(Auth::user()->name ?? 'A',0,1)) }}
{{ Auth::user()->name ?? 'Admin' }}
@csrf
@yield('content')