?
<?php $__env->startSection('content'); ?>
<div class="col-lg-12 col-md-12 d-flex flex-column ms-auto me-auto login">
<div class=" text-center loginlogo">
<img class="mb-3" src="<?php echo e(url('userassets')); ?>/logo.png"> </div>
<h6 class=" mt-4 text-center">Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.</h6>
<div class=" form-top alert alert-danger">
<?php echo $__env->make('error.error-display', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php if(session('status')): ?>
enable this
<?php echo e(session('status')); ?>
<?php endif; ?>
</div>
<form method="POST" action="<?php echo e(route('password.request')); ?>">
<?php echo csrf_field(); ?>
<div class="form-group mb-2">
<input id="email" class="form-control" type="email" name="email" value="<?php echo e(old('email')); ?>" required autofocus placeholder='Email'/>
<label for="floatingInput">Email address</label>
</div>
<div class="loginbtn my-3">
<button class="w-100 btn btn-primary hvr-bounce-to-top fade-in" type="submit" class="form-control" >Email Password Reset Link <i class="fa fa-arrow-right"></i></button>
</div>
</form>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('loginlayout.login-layout-design',[
'admintitle'=> 'Forgot Password'
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/sanghavirealty/public_html/resources/views/authviews/forgot-password.blade.php ENDPATH**/ ?>