One Hat Cyber Team
Your IP:
216.73.216.30
Server IP:
198.54.114.155
Server:
Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
5.6.40
Create File
|
Create Folder
Execute
Dir :
~
/
proc
/
self
/
root
/
proc
/
thread-self
/
cwd
/
View File Name :
views.tar
1750bc7dd82600e11d6db2dd74b790df.php 0000644 00000012663 15111216160 0011707 0 ustar 00 <?php $__env->startSection('content'); ?> <div class="content-area no-padding"> <div class="add-product-content"> <div class="row"> <div class="col-lg-12"> <div class="product-description"> <div class="body-area" id="modalEdit"> <div class="table-responsive show-table"> <table class="table"> <tr> <th><?php echo e(__("User ID#")); ?></th> <td><?php echo e($deposit->user->id); ?></td> </tr> <tr> <th><?php echo e(__("User Name")); ?></th> <td> <a href="<?php echo e(route('admin-user-show',$deposit->user->id)); ?>" target="_blank"><?php echo e($deposit->user->name); ?></a> </td> </tr> <tr> <th><?php echo e(__("Deposit Number")); ?></th> <td><?php echo e($deposit->deposit_number); ?></td> </tr> <?php if($deposit->method == 'Manual'): ?> <tr> <th><?php echo e(__("Transaction ID/Number")); ?></th> <td><?php echo e($deposit->txnid); ?></td> </tr> <?php endif; ?> <tr> <th><?php echo e(__("Deposit Number")); ?></th> <td><?php echo e($deposit->deposit_number); ?></td> </tr> <tr> <th><?php echo e(__("Deposit Amount")); ?></th> <td>$<?php echo e(round($deposit->amount, 2)); ?></td> </tr> <tr> <th><?php echo e(__("Deposit Process Date")); ?></th> <td><?php echo e(date('d-M-Y',strtotime($deposit->created_at))); ?></td> </tr> <tr> <th><?php echo e(__("Deposit Status")); ?></th> <td><?php echo e(ucfirst($deposit->status)); ?></td> </tr> <tr> <th><?php echo e(__("User Email")); ?></th> <td><?php echo e($deposit->user->email); ?></td> </tr> <tr> <th><?php echo e(__("User Phone")); ?></th> <td><?php echo e($deposit->user->phone); ?></td> </tr> <tr> <th><?php echo e(__("Withdraw Method")); ?></th> <td><?php echo e($deposit->method); ?></td> </tr> </table> </div> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.load', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/fluxyjvi/public_html/project/resources/views/admin/deposit/details.blade.php ENDPATH**/ ?>