One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
Edit File Name :
69b6e3810afe52388e92accf26828da0299ce9a9.php
<?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('Password')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="#"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Profile Settings')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Password')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <form action="<?php echo e(route('user.updatePassword')); ?>" method="post" role="form"> <div class="card-header"> <div class="card-title"><?php echo e(__('Update Password')); ?></div> </div> <div class="card-body"> <div class="row"> <div class="col-lg-6 offset-lg-3"> <?php echo e(csrf_field()); ?> <div class="form-body"> <div class="form-group"> <label><?php echo e(__('Current Password')); ?></label> <div class=""> <input class="form-control" name="old_password" placeholder="<?php echo e(__('Your Current Password')); ?>" type="password"> <?php if($errors->has('old_password')): ?> <span class="text-danger"> <?php echo e($errors->first('old_password')); ?> </span> <?php else: ?> <?php if($errors->first('oldPassMatch')): ?> <span class="text-danger"> <?php echo e("Old password doesn't match with the existing password!"); ?> </span> <?php endif; ?> <?php endif; ?> </div> </div> <div class="form-group"> <label><?php echo e(__('New Password')); ?></label> <div class=""> <input class="form-control" name="password" placeholder="<?php echo e(__('New Password')); ?>" type="password"> <?php if($errors->has('password')): ?> <span class="text-danger"> <?php echo e($errors->first('password')); ?> </span> <?php endif; ?> </div> </div> <div class="form-group"> <label><?php echo e(__('New Password Again')); ?></label> <div class=""> <input class="form-control" name="password_confirmation" placeholder="<?php echo e(__('New Password Again')); ?>" type="password"> </div> </div> </div> </div> </div> </div> <div class="card-footer"> <div class="row"> <div class="col-md-12 text-center"> <button type="submit" class="btn btn-success"><?php echo e(__('Update')); ?></button> </div> </div> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/business/public_html/resources/views/user/changepass.blade.php ENDPATH**/ ?>
Save