@if ($user->provider)
{{ t('information') }}: {{ ucfirst($user->provider) }} {{ t('account-login-message') }}
@else

{{ t('change-password') }}

@csrf @method('PUT')
@error('current_password')
{{ $message }}
@enderror
{{ t('password-requirements') }} @error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
@endif

{{ t('two-factor-authentication') }}

{{ t('two-factor-authentication-description') }}

two_factor_enabled ? 'checked' : '' }} style="width: 3rem; height: 1.5rem; cursor: pointer;">
{{ $user->two_factor_enabled ? t('two-factor-authentication-enabled') : t('two-factor-authentication-disabled') }}

{{ t('account-information') }}

{{ $user->created_at->format('d.m.Y H:i') }}

{{ $user->updated_at->format('d.m.Y H:i') }}

@if ($user->provider)

{{ ucfirst($user->provider) }}

@endif