<?php $__env->startPush('css'); ?>
<?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Account
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<section class="forgot-password ptb-80">
<div class="container">
<div class="row justify-content-center">
<div class="col-xxl-5 col-xl-6 col-lg-7 col-md-10">
<div class="forgot-password-area">
<div class="account-wrapper">
<div class="account-logo text-center">
<a href="<?php echo e(setRoute('frontend.index')); ?>" class="site-logo">
<img src="<?php echo e(get_logo($basic_settings)); ?>" alt="logo">
</a>
</div>
<div class="forgot-password-content ptb-30">
<h3 class="title"><?php echo e(__("Reset Your Forgotten Password?")); ?></h3>
<p><?php echo e(__("Take control of your account by resetting your password. Our password recovery page guides you through the necessary steps to securely reset your password.")); ?></p>
</div>
<form class="account-form" action="<?php echo e(setRoute('user.password.forgot.send.code')); ?>" class="account-form" method="POST">
<?php echo csrf_field(); ?>
<div class="row ml-b-20">
<div class="col-lg-12 form-group">
<input type="text" required class="form-control form--control" name="credentials" placeholder="<?php echo e(__("Enter Email")); ?>..." spellcheck="false" data-ms-editor="true">
</div>
<div class="col-lg-12 form-group text-center">
<button type="submit" class="btn--base w-100"><?php echo e(__("Send OTP")); ?></button>
</div>
<div class="col-lg-12 text-center">
<div class="account-item">
<label><?php echo e(__("Already Have An Account?")); ?> <a href="<?php echo e(setRoute('user.login')); ?>" class="text--base"><?php echo e(__("Login Now")); ?></a></label>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Account
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<?php $__env->stopSection(); ?>
<?php $__env->startPush('script'); ?>
<?php $__env->stopPush(); ?>
<?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/kueuepay/public_html/resources/views/user/auth/forgot-password/forgot.blade.php ENDPATH**/ ?>