{{ __('Two-Factor Authentication') }}

{{ __('Please enter the verification code sent to your email.') }}

@if (session('error'))
{{ session('error') }}
@endif @if (app()->environment('local') && session('dev_otp'))
Developer Tip: Your OTP code is {{ session('dev_otp') }}
@endif
@csrf