{{ config('app.name', 'Laravel') }}
     
    @auth
  • {{ Auth::user()->name }}
    • Logout
      {{ csrf_field() }}
  • @endauth