⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.200
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
www
/
script
/
storage
/
framework
/
views
/
View File Name :
564dfb7d558b3a7893ed5c1666a700032b210e58.php
<?php $__env->startSection('content'); ?> <div class="card"> <div class="card-body"> <div class="row"> <div class="col-md-12"> <div class="alert alert-danger none"> <ul id="errors"> </ul> </div> <div class="alert alert-success none"> <ul id="success"> </ul> </div> </div> <div class="col-md-6"> <form method="post" id="basicform" enctype="multipart/form-data" action="<?php echo e(route('admin.users.genupdate')); ?>"> <?php echo csrf_field(); ?> <h4 class="mb-20"><?php echo e(__('Edit Genaral Settings')); ?></h4> <div class="custom-form"> <div class="form-group"> <label for="name"><?php echo e(__('Name')); ?></label> <input type="text" name="name" id="name" class="form-control" required placeholder="Enter User's Name" value="<?php echo e($info->name); ?>"> </div> <div class="form-group"> <label for="email"><?php echo e(__('Email')); ?></label> <input type="text" name="email" id="email" class="form-control" required placeholder="Enter Email" value="<?php echo e($info->email); ?>"> </div> <div class="form-group"> <label for="file"><?php echo e(__('Avatar')); ?></label> <input type="file" name="file" id="file" class="form-control" accept="image/*"> </div> <div class="form-group"> <button type="submit" class="btn btn-info"><?php echo e(__('Update')); ?></button> </div> </div> </form> </div> <div class="col-md-6"> <form method="post" id="basicform1" action="<?php echo e(route('admin.users.passup')); ?>"> <?php echo csrf_field(); ?> <h4 class="mb-20"><?php echo e(__('Change Password')); ?></h4> <div class="custom-form"> <div class="form-group"> <label for="oldpassword"><?php echo e(__('Old Password')); ?></label> <input type="password" name="current" id="oldpassword" class="form-control" placeholder="Enter Old Password" required> </div> <div class="form-group"> <label for="password"><?php echo e(__('New Password')); ?></label> <input type="password" name="password" id="password" class="form-control" placeholder="Enter New Password" required> </div> <div class="form-group"> <label for="password1"><?php echo e(__('Enter Again Password')); ?></label> <input type="password" name="password_confirmation" id="password1" class="form-control" placeholder="Enter Again" required> </div> <div class="form-group"> <button type="submit" class="btn btn-primary"><?php echo e(__('Change')); ?></button> </div> </div> </form> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('script'); ?> <script src="<?php echo e(asset('admin/js/form.js')); ?>"></script> <script type="text/javascript"> function success(res){ $('.alert-danger').hide(); $('.alert-success').show(); $("#success").html("<li class='text-success'>"+res+"</li>"); } function errosresponse(xhr){ $('.alert-success').hide(); $('.alert-danger').show(); $('#errors').append("<li class='text-danger'>"+xhr.responseJSON.message+"</li>") } </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.backend.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/tech/staging.techlup.co.ke/files/script/resources/views/admin/settings/my_settings.blade.php ENDPATH**/ ?>