shell bypass 403

UnknownSec Shell


name : ce58cffefb4a547fdd84925caaefc2ab245a39d6.php
<?php $__env->startPush('styles'); ?>
    <link rel="stylesheet" href="<?php echo e(asset('public/backend/css/student_list.css')); ?>"/>
<?php $__env->stopPush(); ?>
<?php
    $table_name='users'
?>
<?php $__env->startSection('table'); ?>
    <?php echo e($table_name); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('mainContent'); ?>

    <?php echo generateBreadcrumb(); ?>


    <section class="admin-visitor-area up_st_admin_visitor">
        <div class="container-fluid p-0">
            <div class="row justify-content-center mt-50">
                <div class="col-12">
                    <div class="box_header common_table_header">
                        <div class="main-title d-md-flex">
                            <h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('common.Registration Field Customization')); ?></h3>
                        </div>

                    </div>
                </div>
                <div class="col-lg-12">
                    <div class="white_box mb_30">
                        <form action="<?php echo e(route('student.student_field_store')); ?>" method="POST">
                            <?php echo csrf_field(); ?>
                            <div class="row">
                                <div class="col-xl-4">
                                    <div class="mr-4">
                                        <div class="white_box_tittle list_header">
                                            <h4><?php echo e(__('common.Input Field Showing in Registration')); ?></h4>
                                        </div>
                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.company')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox3">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox3" name="show_company"
                                                       value="1" <?php echo e($field->show_company ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.gender')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox4">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox4" name="show_gender"
                                                       value="1" <?php echo e($field->show_gender ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.student_type')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox5">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox5" name="show_student_type"
                                                       value="1" <?php echo e($field->show_student_type ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.identification_number')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox6">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox6" name="show_identification_number"
                                                       value="1" <?php echo e($field->show_identification_number ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.job_title')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox7">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox7" name="show_job_title"
                                                       value="1" <?php echo e($field->show_job_title ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.Date of Birth')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox8">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox8" name="show_dob"
                                                       value="1" <?php echo e($field->show_dob ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.Name')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox9">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox9" name="show_name"
                                                       value="1" <?php echo e($field->show_name ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>


                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.Phone')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox10">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox10" name="show_phone"
                                                       value="1" <?php echo e($field->show_phone ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>
                                    </div>
                                </div>
                                <div class="col-xl-4">
                                    <div class="">
                                        <div class="white_box_tittle list_header">
                                            <h4><?php echo e(__('common.Required Field')); ?></h4>
                                        </div>
                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.company')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox31">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox31" name="required_company"
                                                       value="1" <?php echo e($field->required_company ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.gender')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox41">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox41" name="required_gender"
                                                       value="1" <?php echo e($field->required_gender ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.student_type')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox51">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox51" name="required_student_type"
                                                       value="1" <?php echo e($field->required_student_type ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.identification_number')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox61">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox61" name="required_identification_number"
                                                       value="1" <?php echo e($field->required_identification_number ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.job_title')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox71">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox71" name="required_job_title"
                                                       value="1" <?php echo e($field->required_job_title ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.Date of Birth')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox72d">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox72d" name="required_dob"
                                                       value="1" <?php echo e($field->required_dob ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.Name')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox73d">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox73d" name="required_name"
                                                       value="1" <?php echo e($field->required_name ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>


                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.Phone')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox74d">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox74d" name="required_phone"
                                                       value="1" <?php echo e($field->required_phone ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>
                                    </div>
                                </div>
                                <div class="col-xl-4">
                                    <div class="">
                                        <div class="white_box_tittle list_header">
                                            <h4><?php echo e(__('common.Editable Field')); ?></h4>
                                        </div>
                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.company')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox32">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox32" name="editable_company"
                                                       value="1" <?php echo e($field->editable_company ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.gender')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox42">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox42" name="editable_gender"
                                                       value="1" <?php echo e($field->editable_gender ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.student_type')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox52">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox52" name="editable_student_type"
                                                       value="1" <?php echo e($field->editable_student_type ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.identification_number')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox62">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox62" name="editable_identification_number"
                                                       value="1" <?php echo e($field->editable_identification_number ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.job_title')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox72">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox72" name="editable_job_title"
                                                       value="1" <?php echo e($field->editable_job_title ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.Date of Birth')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox90">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox90" name="editable_dob"
                                                       value="1" <?php echo e($field->editable_dob ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.Name')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox922">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox922" name="editable_name"
                                                       value="1" <?php echo e($field->editable_name ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>

                                        <div class=" d-flex justify-content-between mb-3">
                                            <p><?php echo e(__('common.Phone')); ?></p>
                                            <label class="switch_toggle" for="active_checkbox923">
                                                <input type="checkbox" class="status_enable_disable"
                                                       id="active_checkbox923" name="editable_phone"
                                                       value="1" <?php echo e($field->editable_phone ? 'checked' : ''); ?>>
                                                <i class="slider round"></i>
                                            </label>
                                        </div>
                                    </div>
                                </div>

                                <div class="m-auto">
                                    <button type="submit"
                                            class="primary-btn radius_30px mr-10 fix-gr-bg mt-5"><?php echo e(__('common.Update')); ?></button>
                                </div>
                            </div>
                        </form>
                    </div>
                </div>

                <!-- Add Modal Item_Details -->
            </div>
        </div>
    </section>

<?php $__env->stopSection(); ?>

<?php echo $__env->make('backend.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/bouloter/infix/Modules/StudentSetting/Providers/../Resources/views/field_setting.blade.php ENDPATH**/ ?>

© 2025 UnknownSec
afwwrfwafr45458465
Password