@include('layouts.style')
@include('layouts.nav')
Password Reset
@if ( session()->has('msg') )
{{ session()->get('msg') }}
@endif
@csrf
Email address
{{ $errors->has('email') ? $errors->first('email') : '' }}
Send OTP
OTP
{{ $errors->has('otp') ? $errors->first('otp') : '' }}
New Password
{{ $errors->has('new_password') ? $errors->first('new_password') : '' }}
Verify
@include('layouts.footer') @include('layouts.script')