@extends('admin.layouts.applogin') @section('content')

Forgot Password

Enter your Email and instructions will be sent to you!
@include('admin.includes.status')
{{ csrf_field() }}
@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
Don't remember your email address,contact us
If remember your email address, Pleaseclick here to login.
@endsection