Dashboard

Welcome to your dashboard!

You are logged in as: {{ auth()->user()->email }}

@if(auth()->user()->username)

Username: {{ auth()->user()->username }}

@endif

Member since: {{ auth()->user()->created_at->format('M d, Y') }}


API Access

Use this token for API requests:

{{ auth()->user()->currentAccessToken()?->plainTextToken ?? 'No active token' }}