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


Viewing file:     30fa1527cc4da1f5966d45a1d1c4c8f58ff20d46.php (6.92 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

   
<?php $__env->startSection('content'); ?>
<div class="mainSection-title">
    <div class="row">
        <div class="col-12">
            <div
              class="d-flex justify-content-between align-items-center flex-wrap gr-15"
            >
                <div class="d-flex flex-column">
                    <h4><?php echo e(get_phrase('Create School')); ?></h4>
                    <ul class="d-flex align-items-center eBreadcrumb-2">
                        <li><a href="#"><?php echo e(get_phrase('Home')); ?></a></li>
                        <li><a href="#"><?php echo e(get_phrase('Schools')); ?></a></li>
                        <li><a href="#"><?php echo e(get_phrase('Create School')); ?></a></li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</div>

<div class="row">
    <div class="col-12">
        <div class="eSection-wrap">
            <div class="title">
                <h3><?php echo e(get_phrase('School Form')); ?></h3>
                <p><?php echo e(get_phrase('Provide all the information required for your school.').' '.get_phrase('Also provide a admin information with email and passwoard.').' '.get_phrase('So that admin can access the created school.')); ?></p>
            </div>

            <div class="eMain">
                <form method="POST" enctype="multipart/form-data" class="d-block ajaxForm" action="<?php echo e(route('superadmin.school.create')); ?>">
                    <?php echo csrf_field(); ?> 
                    <div class="row">
                        <div class="col-md-6 pb-3">
                            <div class="eForm-layouts">
                                <p class="column-title"><?php echo e(get_phrase('SCHOOL INFO')); ?></p>
                                <div class="fpb-7">
                                    <label for="school_name" class="eForm-label"><?php echo e(get_phrase('School Name')); ?></label>
                                    <input type="text" class="form-control eForm-control" id="school_name" name="school_name" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="school_address" class="eForm-label"><?php echo e(get_phrase('School Address')); ?></label>
                                    <input type="text" class="form-control eForm-control" id="school_address" name="school_address" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="school_email" class="eForm-label"><?php echo e(get_phrase('School Email')); ?></label>
                                    <input type="text" class="form-control eForm-control" id="school_email" name="school_email" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="school_phone" class="eForm-label"><?php echo e(get_phrase('School Phone')); ?></label>
                                    <input type="tel" class="form-control eForm-control" id="school_phone" name="school_phone" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="school_info" class="eForm-label"><?php echo e(get_phrase('School info')); ?></label>
                                    <textarea class="form-control eForm-control" id="school_info" name = "school_info" rows="4" required></textarea>
                                </div>
                            </div>
                        </div>
                        <div class="col-md-6 pb-3">
                            <div class="eForm-layouts">
                                <p class="column-title"><?php echo e(get_phrase('ADMIN INFO')); ?></p>
                                <div class="fpb-7">
                                    <label for="admin_name" class="eForm-label">Admin Name</label>
                                    <input type="text" class="form-control eForm-control" id="admin_name" name="admin_name" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="gender" class="eForm-label"><?php echo e(get_phrase('Gender')); ?></label>
                                    <select name="gender" id="gender" class="form-select eForm-select eChoice-multiple-with-remove">
                                        <option value=""><?php echo e(get_phrase('Select a gender')); ?></option>
                                        <option value="Male"><?php echo e(get_phrase('Male')); ?></option>
                                        <option value="Female"><?php echo e(get_phrase('Female')); ?></option>
                                    </select>
                                </div>
                                <div class="fpb-7">
                                    <label for="blood_group" class="eForm-label"><?php echo e(get_phrase('Blood group')); ?></label>
                                    <select name="blood_group" id="blood_group" class="form-select eForm-select eChoice-multiple-with-remove" required>
                                        <option value=""><?php echo e(get_phrase('Select a blood group')); ?></option>
                                        <option value="a+"><?php echo e(get_phrase('A+')); ?></option>
                                        <option value="a-"><?php echo e(get_phrase('A-')); ?></option>
                                        <option value="b+"><?php echo e(get_phrase('B+')); ?></option>
                                        <option value="b-"><?php echo e(get_phrase('B-')); ?></option>
                                        <option value="ab+"><?php echo e(get_phrase('AB+')); ?></option>
                                        <option value="ab-"><?php echo e(get_phrase('AB-')); ?></option>
                                        <option value="o+"><?php echo e(get_phrase('O+')); ?></option>
                                        <option value="o-"><?php echo e(get_phrase('O-')); ?></option>
                                    </select>
                                </div>
                                <div class="fpb-7">
                                    <label for="admin_address" class="eForm-label"><?php echo e(get_phrase('Admin Address')); ?></label>
                                    <input type="text" class="form-control eForm-control" id="admin_address" name="admin_address" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="admin_phone" class="eForm-label"><?php echo e(get_phrase('Admin Phone Number')); ?></label>
                                    <input type="tel" name="admin_phone" class="form-control eForm-control" id="admin_phone" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="photo" class="eForm-label"><?php echo e(get_phrase('Photo')); ?></label>
                                    <input class="form-control eForm-control-file" type="file" id="photo" name="photo" accept="image/*" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="admin_email" class="eForm-label"><?php echo e(get_phrase('Admin Email')); ?></label>
                                    <input type="text" class="form-control eForm-control" id="admin_email" name="admin_email" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="admin_password" class="eForm-label"><?php echo e(get_phrase('Admin Password')); ?></label>
                                    <input type="password" class="form-control eForm-control" id="admin_password" name="admin_password" required>
                                </div>
                                <div class="pt-2">
                                    <button type="submit" class="btn-form float-end"><?php echo e(get_phrase('Submit')); ?></button>
                                </div>
                            </div>
                        </div>
                    </div>
                </form>
            </div>
        </div>
    </div>
</div>
<?php $__env->stopSection(); ?>
<?php 
echo $__env->make('superadmin.navigation'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH E:\scl management\school\resources\views/superadmin/school/add_school.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 ]--