Two-Factor Authentication
Enter your authentication code to continue
@if ($errors->any())
{{ __('Whoops! Something went wrong.') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ __('Please confirm access to your account by entering the authentication code provided by your authenticator application.') }}
{{ __('Please confirm access to your account by entering one of your emergency recovery codes.') }}
@csrf
{{ __('Code') }}
{{ __('Recovery Code') }}
{{ __('Use a recovery code') }}
{{ __('Use an authentication code') }}
{{ __('Login') }}
© {{ date('Y') }} Church Management System. All rights reserved.