{{ __('educator::auth.verify_title') }}

{{ __('educator::auth.code_sent') }} {{ $email }}.

{{-- @if(config('app.debug') && $debugOtp) --}}

@lang('educator::auth.debug_mode_otp_is')

{{ session()->get('debugOtp') }}

{{-- @endif --}}
@for ($i = 0; $i < 6; $i++) @endfor
@error('otp')
{{ $message }}
@enderror

{{ __('educator::auth.did_not_receive_code') }}