JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour
<?php $__env->startPush('title', get_phrase('Forgot Password')); ?> <?php $__env->startPush('meta'); ?><?php $__env->stopPush(); ?> <?php $__env->startPush('css'); ?> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <!------------------- Login Area Start ------> <section class="login-area"> <div class="container"> <div class="row"> <div class="col-lg-7 col-md-6"> <div class="login-img text-center"> <img class="w-75 h-auto ms-auto me-auto" src="<?php echo e(asset('assets/frontend/default/image/login.gif')); ?>" alt="..."> </div> </div> <div class="col-lg-5 col-md-6"> <form action="<?php echo e(route('password.email')); ?>" class="global-form login-form mt-25" method="POST"> <?php echo csrf_field(); ?> <h4 class="g-title"><?php echo e(get_phrase('Forgot Password')); ?></h4> <p class="description"><?php echo e(get_phrase('Submit your account email address.')); ?> </p> <div class="form-group"> <label for="email" class="form-label"><?php echo e(get_phrase('Email')); ?></label> <input type="email" id="email" name="email" class="form-control" placeholder="<?php echo e(get_phrase('Enter Your Email')); ?>"> </div> <button type="submit" class="eBtn gradient w-100 mt-5"><?php echo e(get_phrase('Send Request')); ?></button> <a href="<?php echo e(route('login')); ?>" class="eBtn gradient w-100 mt-5 text-center"><?php echo e(get_phrase('Back to login page')); ?></a> </form> </div> </div> </div> </section> <!------------------- Login Area End ------> <?php $__env->stopSection(); ?> <?php $__env->startPush('js'); ?> <?php $__env->stopPush(); ?> <?php echo $__env->make('layouts' . '.' . get_frontend_settings('theme'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u735268861/domains/palsarh.in/public_html/resources/views/auth/forgot-password.blade.php ENDPATH**/ ?>