PATH:
home
/
rwabteecom
/
.trash
/
Editing: a6e38d5c4ec38b6ed6daae29374aeadb.php
<?php $__env->startSection('title'); ?> Reset Password <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="reset-password-section bg-white overflow-hidden position-relative h-100"> <div class="top-vector"> <img src="<?php echo e(asset('assets/images/top-vector.png')); ?>"> </div> <div class="bottom-vector"> <img src="<?php echo e(asset('assets/images/bottom-vector.png')); ?>"> </div> <div class="row"> <div class="col-md-6 col-12 p-0 "> <div class="register-img d-sm-block d-none"> <img src="<?php echo e(asset($registerImage)); ?>" alt="Register Image" class="w-100"> </div> </div> <div class="col-md-6 col-12 p-0 d-flex flex-column justify-content-center reset-password-section" <?php if(getLanguageByKey(checkFrontLanguageSession()) == 'Arabic'): ?> dir="rtl" <?php endif; ?>> <div class="d-flex flex-column flex-column-fluid align-items-center p-4 reset-password-form"> <div class="col-12 text-center mt-0"> <a href="<?php echo e(route('home')); ?>" class="image mb-7 mb-sm-10"> <img alt="Logo" src="<?php echo e(getLogoUrl()); ?>" class="img-fluid logo-fix-size"> </a> </div> <div class="width-540"> <?php echo $__env->make('layouts.errors', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <div class="bg-white width-540 px-5 px-sm-7 py-10 mx-auto"> <h1 class="text-center mb-7"><?php echo e(__('messages.common.forgot_password').' ?'); ?></h1> <form class="form w-100" method="POST" action="<?php echo e(route('password.update')); ?>"> <?php echo csrf_field(); ?> <input type="hidden" name="token" value="<?php echo e($request->route('token')); ?>"> <div class="row"> <div class="mb-10"> <label class="form-label" for="email"><?php echo e(__('messages.user.email')); ?></label> <input id="email" class="form-control" value="<?php echo e(old('email', $request->email)); ?>" type="email" name="email" required autocomplete="off" autofocus/> <div class="invalid-feedback"> <?php echo e($errors->first('email')); ?> </div> </div> <!-- Password --> <div class="mb-10"> <label class="form-label" for="password"><?php echo e(__('messages.user.password')); ?></label> <input id="password" class="form-control" type="password" name="password" required autocomplete="off" /> <div class="invalid-feedback"> <?php echo e($errors->first('password')); ?> </div> </div> <!-- Confirm Password --> <div class="mb-5"> <label class="form-label" for="password_confirmation"><?php echo e(__('messages.user.confirm_password')); ?></label> <input class="form-control" type="password" id="password_confirmation" name="password_confirmation" autocomplete="off"/> <div class="invalid-feedback"> <?php echo e($errors->first('password_confirmation')); ?> </div> </div> </div> <div class="row"> <!-- Submit Field --> <div class="form-group col-sm-12 d-flex text-start align-items-center btn-section"> <button type="submit" class="btn btn-primary reset-link"> <span class="indicator-label"><?php echo e(__('messages.reset_password')); ?></span> </button> <a href="<?php echo e(route('login')); ?>" class="btn btn-secondary my-0 ms-5 me-0"><?php echo e(__('messages.common.cancel')); ?></a> </div> </div> </form> </div> </div> <footer> <div class="container-fluid padding-0 mb-10 copy-right"> <div class="row align-items-center justify-content-center"> <div class="col-xl-6 w-100"> <div class="copyright text-center text-muted"> <?php echo e(__('messages.placeholder.all_rights_reserve')); ?> © <?php echo e(date('Y')); ?> <a href="<?php echo e(route('home')); ?>" class="font-weight-bold ml-1" target="_blank"><?php echo e(getAppName()); ?></a> </div> </div> </div> </div> </footer> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('scripts'); ?> <script type="text/javascript" id="zsiqchat"> var $zoho = $zoho || {}; $zoho.salesiq = $zoho.salesiq || { widgetcode: 'f2e92e58c41f499182d7ab0aa52668889d66adc7a843882454c2869ab82b8b8e', values: {}, ready: function () {}, }; var d = document; s = d.createElement('script'); s.type = 'text/javascript'; s.id = 'zsiqscript'; s.defer = true; s.src = 'https://salesiq.zoho.com/widget'; t = d.getElementsByTagName('script')[0]; t.parentNode.insertBefore(s, t); </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-BLPPF2NWL3"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-BLPPF2NWL3'); </script> <?php $__env->stopPush(); ?> <?php echo $__env->make('layouts.auth', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rwabteecom/public_html/resources/views/auth/reset-password.blade.php ENDPATH**/ ?>
SAVE
CANCEL