JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour
<?php $__env->startPush('title', get_phrase('Reset 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.store')); ?>" method="post"> <?php echo csrf_field(); ?> <input type="hidden" name="token" value="<?php echo e($request->route('token')); ?>"> <h4 class="g-title"><?php echo e(get_phrase('Reset 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" name="email" :value="old('email', $request->email)" required class="form-control lsForm-control signLog-input" id="email" placeholder="<?php echo e(get_phrase('Your Email')); ?>" /> </div> <div class="form-group"> <label for="" class="form-label"><?php echo e(get_phrase('Password')); ?></label> <input type="password" name="password" required class="form-control lsForm-control signLog-input" id="password" placeholder="<?php echo e(get_phrase('Password')); ?>" /> </div> <div class="form-group"> <label for="password_confirmation" class="form-label"><?php echo e(get_phrase('Confirm Password')); ?></label> <input type="password" name="password_confirmation" required autocomplete="new-password" required class="form-control lsForm-control signLog-input" id="password_confirmation" placeholder="<?php echo e(get_phrase('Confirm Password')); ?>" /> </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 /home2/yvrgircc/public_html/ariseskilltech.com/resources/views/auth/reset-password.blade.php ENDPATH**/ ?>