logo logo-dark
  • {{ Auth::user()->role}}
    {{ Auth::user()->name }}
    {{ strtoupper(substr(Auth::user()->name ?? 'U', 0, 2)) }}
    {{ Auth::user()->name}} {{ Auth::user()->apellido }} {{ Auth::user()->email }}
    • Ver Perfil
    • @if (Auth::user()->role == 'admin')
    • Volver al sitio
    • @endif
    • @csrf