⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.200
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
styleage_v3
/
core
/
storage
/
framework
/
views
/
View File Name :
f79f9119f199523e0d9922c787dbab60d145e163.php
<?php $__env->startSection('content'); ?> <div class="wrapper wrapper-login"> <div class="container container-login animated fadeIn"> <h3 class="text-center"><?php echo e(__('Change Password')); ?></h3> <div class="login-form"> <form action="<?php echo e(route('user.change.password')); ?>" method="POST"> <?php echo csrf_field(); ?> <?php echo $__env->make('alerts.alerts', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="form-group form-floating-label"> <input id="new_password" name="new_password" type="password" class="form-control input-border-bottom" > <label for="new_password" class="placeholder"><?php echo e(__('New Password')); ?></label> </div> <div class="form-group form-floating-label"> <input id="renew_password" name="renew_password" type="password" class="form-control input-border-bottom" > <label for="renew_password" class="placeholder"><?php echo e(__('Re-Type New Password')); ?></label> </div> <input type="hidden" name="file_token" value="<?php echo e($token); ?>"> <div class="form-action mb-3"> <button type="submit" class="btn btn-secondary btn-login"><?php echo e(__('Change Password')); ?></button> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('master.back-login', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/styleage_v3/core/resources/views/user/auth/changepass.blade.php ENDPATH**/ ?>