Security

Protect your account and review sign-in options.

Last sign-in
{{ $user->last_login_at?->format('d M Y H:i') ?? '—' }}
Password last changed
{{ $user->password_changed_at?->format('d M Y H:i') ?? '—' }}
@csrf @method('PUT')
@if($twoFactorAvailable && Route::has('two-factor.enable'))

Two-factor authentication

@if(filled(auth()->user()->two_factor_secret)) Enabled @if(Route::has('two-factor.disable'))
@csrf @method('DELETE')
@endif @else Not enabled

Use your authenticator app to protect this account.

@csrf
@endif
@else

Two-factor authentication is not enabled in application configuration. Contact an administrator to enable Fortify 2FA.

@endif

Sign out other sessions

Ends every other browser session using your account (password required).

@csrf