@extends('user.layouts.applogin') @section('content')
Forgot Password
Forgot your password? Enter your email you signed up with '{{ config('common.portal') }}'
This protects your account from unauthorized access.
@include('user.includes.status')
{{ csrf_field() }}
All fields with star (
*
) are required
Email Address
*
@if ($errors->has('email')){{ $errors->first('email') }}@endif
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display(['data-theme' => 'light']) !!}
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
Continue to Reset Password
Don't remember your email address,
contact us
If remember your email address, Please
click here
to login.
@endsection