PATH:
home
/
rwabteecom
/
project_11
/
storage
/
framework
/
views
/
Editing: 484945087d080769fa2fcadd3b7ca40b.php
<?php $__env->startSection('body'); ?> <section class="register-page"> <div class="row"> <div class="col-12 col-lg-7 register-left text-center p-5 py-4"> <div class="col-12 col-lg-8 mx-auto"> <form method="POST" class="mt-4 pt-5 text-start signForm" action="<?php echo e(route('user.password.email')); ?>"> <?php echo csrf_field(); ?> <div class="d-flex align-items-center justify-content-between mb-5"> <a href="<?php echo e(route('index')); ?>"><img src="<?php echo e(gs('logo')); ?>" alt=""></a> <?php echo $__env->make('web.partials.lang', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <h2 class="mb-1"> <?php echo e(__("Recover Password")); ?> </h2> <p class="small text-grey mb-5"> <?php echo e(__("Please provide us with your email address in order to recover password")); ?> </p> <div class="my-3 mb-5"> <label class="formlabel"> <?php echo e(__("Email")); ?> </label> <input type="email" name="email" class="formInput text-start" placeholder="<?php echo e(__('Email')); ?>" id="email"> </div> <button class="form-submit my-5" id="formSubmit"> <?php echo e(__("Reset Password")); ?> </button> <div class="text-center"> <a href="<?php echo e(route('login')); ?>" class="mt-5 sign-back-link"> <?php echo e(__("Back to Sign In")); ?> </a> </div> </form> </div> </div> <?php echo $__env->make('web.partials.auth-banner', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('web.layouts.base', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rwabtee/project/resources/views/auth/passwords/email.blade.php ENDPATH**/ ?>
SAVE
CANCEL