{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www//arsu//storage///////framework/views//97b1c1e8f57fe83c899438fa1870c1c158f178a8.php
<?php $__env->startSection('title', \App\CPU\translate('Forgot Password')); ?> <?php $__env->startPush('css_or_js'); ?> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <?php ($verification_by = \App\CPU\Helpers::get_business_settings('forgot_password_verification')); ?> <!-- breadcrumb area start --> <section class="breadcrumb__area include-bg text-center pt-95 pb-50"> <div class="container"> <div class="row"> <div class="col-xxl-12"> <div class="breadcrumb__content p-relative z-index-1"> <h3 class="breadcrumb__title">Forgot Password</h3> <div class="breadcrumb__list"> <span><a href="<?php echo e(route('home')); ?>">Home</a></span> <span>Reset Passowrd</span> </div> </div> </div> </div> </div> </section> <!-- breadcrumb area end --> <!-- login area start --> <section class="tp-login-area pb-140 p-relative z-index-1 fix"> <div class="tp-login-shape"> <img class="tp-login-shape-1" src="<?php echo e(asset('public/assets/front-end')); ?>/img/login/login-shape-1.png" alt=""> <img class="tp-login-shape-2" src="<?php echo e(asset('public/assets/front-end')); ?>/img/login/login-shape-2.png" alt=""> <img class="tp-login-shape-3" src="<?php echo e(asset('public/assets/front-end')); ?>/img/login/login-shape-3.png" alt=""> <img class="tp-login-shape-4" src="<?php echo e(asset('public/assets/front-end')); ?>/img/login/login-shape-4.png" alt=""> </div> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-6 col-lg-8"> <div class="tp-login-wrapper"> <div class="tp-login-top text-center mb-30"> <h3 class="tp-login-title"><?php echo e(\App\CPU\translate('Forgot your password')); ?>?</h3> <p><?php echo e(\App\CPU\translate('Change your password in three easy steps. This helps to keep your new password secure')); ?>. </p> <ol class="list-unstyled font-size-md p-0 d-none"> <li><span class="text-primary mr-2"><?php echo e(\App\CPU\translate('1')); ?>.</span><?php echo e(\App\CPU\translate('Fill in your email address below')); ?> . </li> <li><span class="text-primary mr-2"><?php echo e(\App\CPU\translate('2')); ?>.</span><?php echo e(\App\CPU\translate('We will email you a temporary code')); ?> . </li> <li><span class="text-primary mr-2"><?php echo e(\App\CPU\translate('3')); ?>.</span><?php echo e(\App\CPU\translate('Use the code to change your password on our secure website')); ?> . </li> </ol> </div> <?php if($verification_by == 'email'): ?> <div class="tp-login-option"> <form class="card-body needs-validation" action="<?php echo e(route('customer.auth.forgot-password')); ?>" method="post"> <?php echo csrf_field(); ?> <div class="tp-login-input-wrapper"> <div class="tp-login-input-box"> <div class="tp-login-input"> <input id="email" type="email" name="identity" placeholder="example@mail.com"> </div> <div class="tp-login-input-title"> <label for="email"><?php echo e(\App\CPU\translate('Enter your email address')); ?></label> </div> </div> </div> <div class="tp-login-bottom mb-15"> <button type="submit" class="tp-login-btn w-100"><?php echo e(\App\CPU\translate('Get new password')); ?></button> </div> <div class="tp-login-suggetions d-sm-flex align-items-center justify-content-center"> <div class="tp-login-forgot"> <span>Remeber Passowrd? <a href="<?php echo e(route('customer.auth.login')); ?>"> <?php echo e(\App\CPU\translate('sign_in')); ?></a></span> </div> </div> </form> </div> <?php else: ?> <div class="tp-login-option"> <form class="card-body needs-validation" action="<?php echo e(route('customer.auth.forgot-password')); ?>" method="post"> <?php echo csrf_field(); ?> <div class="tp-login-input-wrapper"> <div class="tp-login-input-box"> <div class="tp-login-input"> <input id="email" type="text" name="identity"> <div class="invalid-feedback"><?php echo e(\App\CPU\translate('Please provide valid phone number')); ?> </div> </div> <div class="tp-login-input-title"> <label for="email"><?php echo e(\App\CPU\translate('Enter your phone number')); ?></label> </div> </div> </div> <div class="tp-login-bottom mb-15"> <button type="submit" class="tp-login-btn w-100"><?php echo e(\App\CPU\translate('proceed')); ?></button> </div> <div class="tp-login-suggetions d-sm-flex align-items-center justify-content-center"> <div class="tp-login-forgot"> <span>Remeber Passowrd? <a href="<?php echo e(route('customer.auth.login')); ?>"> <?php echo e(\App\CPU\translate('sign_in')); ?></a></span> </div> </div> </form> </div> <?php endif; ?> </div> </div> </div> </div> </section> <!-- login area end --> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.front-end.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/arsu/resources/themes/default/customer-view/auth/recover-password.blade.php ENDPATH**/ ?>
./Ninja\.