@slot('header')
Email-Based Two-Factor Authentication
Add an extra layer of security to your account
@endslot
{{ $user->two_factor_authentication->label() }}
Current Status
When enabled, a 6-digit verification code will be sent to your email address {{ $user->email }}
each time you log in to your account.
@if ($user->two_factor_authentication->value === 0)
@else
@endif
@slot('header')
Security Tips
@endslot
@endsection