@if (Auth::check()) (current)
    • @if (Auth::user()->photo === null) Profile @endif @if (Auth::user()->photo != null) Profile @endif {{ Auth::user()->name }}
      • {{ Auth::user()->name }}
        {{ Auth::user()->role }}

      • Meu Perfil

      • Avisos

      • @if (Auth::user()->level == 1)
      • Administração
      • @endif

      • Sair
      @else
      • Entrar
      @endif