@include('layouts.style') @include('layouts.nav')

Password Reset

@if ( session()->has('msg') )
{{ session()->get('msg') }}
@endif
@csrf
{{ $errors->has('email') ? $errors->first('email') : '' }}
Send OTP  

{{ $errors->has('otp') ? $errors->first('otp') : '' }}
{{ $errors->has('new_password') ? $errors->first('new_password') : '' }}
@include('layouts.footer') @include('layouts.script')