image LOGSEC
image
  • image

    @if (Auth::check()) {{ Auth::user()->name }} @endif @if (Auth::check() && Auth::user()->is_admin == 1) Admin @else User @endif

    @if (Auth::check()) {{ Auth::user()->email }} @endif
  • Sair
    @csrf