@include('partials.brand')
2 hour OTP

New Password

@if (session('status'))

{{ session('status') }}

@endif @if (session('password_reset_otp'))

Development OTP: {{ session('password_reset_otp') }}

@endif
@csrf @if ($errors->any())

{{ $errors->first() }}

@endif Request another OTP