You are logged in as: {{ auth()->user()->email }}
@if(auth()->user()->username)Username: {{ auth()->user()->username }}
@endifMember since: {{ auth()->user()->created_at->format('M d, Y') }}
Use this token for API requests:
{{ auth()->user()->currentAccessToken()?->plainTextToken ?? 'No active token' }}