@extends('layouts.auth-default') @section('title','Reset Password') @section('content')

We care about your account security.

Two-Step Verification

verification

Please enter the OTP (one time password) to verify your account. A Code has been sent to {{ decrypt(request('username')) ?? null }}

{{--@if (session('status')) @endif--}} @if (session('wrong-otp')) @endif
@csrf
@if($errors->any() )

Please fill a correct one time password!

@endif

Didn't get the code? Resend it

@endsection