• {{Auth::check() ? Auth::user()->name : 'guest'}} @if(Auth::check())

    {{Auth::user()->role}} @endif

    • Log Out
      @csrf