@vite(['resources/css/app.css', 'resources/js/app.js'])

{{ trans('common.two_factor_authentication') }}

@if($method === 'google_authenticator') {{ trans('common.enter_google_authenticator_code') }} @else {{ trans('common.enter_email_otp_code') }} @endif

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@if($method === 'google_authenticator') {{ trans('common.enter_6_digit_code_from_app') }} @else {{ trans('common.enter_6_digit_code_from_email') }} @endif
@if($method === 'email_otp')
@endif
@if($method === 'email_otp') @endif