Reset Password
@csrf
Enter Email ID
Reset Password
@if(Session::has('success'))
Successful
{{ Session::get('success') }}
@endif @if(Session::has('fail'))
Failed
{{ Session::get('fail') }}
@endif