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


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


<?php $__env->startSection('title'); ?> <?php echo e(trans('admin.create')); ?> <?php echo e(trans('admin.teaching')); ?>   <?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-css'); ?>
    <link rel="stylesheet" href="<?php echo e(asset('plugins/datatables-bs4/css/dataTables.bootstrap4.min.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('plugins/datatables-responsive/css/responsive.bootstrap4.min.css')); ?>">
    <link href="https://cdn.jsdelivr.net/npm/summernote/dist/summernote-bs4.min.css" rel="stylesheet">
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
<section class="content">
    <div class="row">
        <div class="col-12 mx-auto col-sm-10 mt-3">
            <div class="card">
                <div class="card-header">
                    <h2 class="card-title"><?php echo e(trans('admin.create')); ?> <?php echo e(trans('admin.teaching')); ?>  </h2>
                </div>
                <form method="post" role="form" id="teachingForm" action="<?php echo e(route('admin.teaching.store')); ?>" enctype="multipart/form-data">
                    <?php echo csrf_field(); ?>
                    <div class="card-body">
                        <?php
                        $teaching_section 
=json_decode(get_settings('teaching_section'));
                        
?>
                        <div class="form-group">
                            <label for="title"><?php echo e(trans('admin.title')); ?></label>
                            <input value="<?php echo e(isset($teaching_section->title)?$teaching_section->title:''); ?>" type="text" name="title" class="form-control" id="title"
                                   placeholder="<?php echo e(trans('admin.title')); ?>">
                        </div>
                        <div class="form-group">
                            <label for="title"><?php echo e(trans('admin.sub_title')); ?></label>
                            <input value="<?php echo e(isset($teaching_section->sub_title)?$teaching_section->sub_title:''); ?>" type="text" name="sub_title" class="form-control" id="title"
                                   placeholder="<?php echo e(trans('admin.sub_title')); ?>">
                        </div>
                        <div class="form-group">
                            <label for="description"><?php echo app('translator')->get('admin.description'); ?></label>
                            <textarea name="description" id="description" class="form-control description"
                                      placeholder="<?php echo e(trans('admin.description')); ?>"><?php echo e(isset($teaching_section->description)?$teaching_section->description:''); ?></textarea>
                        </div>
                        <div>
                           <h5>Counter</h5>
                        </div>
                        <div class="row">
                            <div class="col-lg-6">
                                <div class="form-group">
                                    <label for="title"><?php echo e(trans('admin.counter_one_title')); ?></label>
                                    <input value="<?php echo e(isset($teaching_section->counter_one_title)?$teaching_section->counter_one_title:''); ?>" type="text" name="counter_one_title" class="form-control" id="counter_one_title"
                                           placeholder="<?php echo e(trans('admin.counter_one_title')); ?>">
                                </div>
                            </div> 
                            <div class="col-lg-6">
                                <div class="form-group">
                                    <label for="title"><?php echo e(trans('admin.counter_one_number')); ?></label>
                                    <input value="<?php echo e(isset($teaching_section->counter_one_number)?$teaching_section->counter_one_number:''); ?>" type="number" name="counter_one_number" class="form-control" id="counter_one_number"
                                           placeholder="<?php echo e(trans('admin.counter_one_number')); ?>">
                                </div>
                            </div> 
                            <div class="col-lg-6">
                                <div class="form-group">
                                    <label for="title"><?php echo e(trans('admin.counter_two_title')); ?></label>
                                    <input value="<?php echo e(isset($teaching_section->counter_two_title)?$teaching_section->counter_two_title:''); ?>" type="text" name="counter_two_title" class="form-control" id="counter_two_title"
                                           placeholder="<?php echo e(trans('admin.counter_two_title')); ?>">
                                </div>
                            </div> 
                            <div class="col-lg-6">
                                <div class="form-group">
                                    <label for="title"><?php echo e(trans('admin.counter_two_number')); ?></label>
                                    <input value="<?php echo e(isset($teaching_section->counter_two_number)?$teaching_section->counter_two_number:''); ?>" type="number" name="counter_two_number" class="form-control" id="counter_two_number"
                                           placeholder="<?php echo e(trans('admin.counter_two_number')); ?>">
                                </div>
                            </div> 
                            <div class="col-lg-6">
                                <div class="form-group">
                                    <label for="title"><?php echo e(trans('admin.counter_three_title')); ?></label>
                                    <input value="<?php echo e(isset($teaching_section->counter_three_title)?$teaching_section->counter_three_title:''); ?>" type="text" name="counter_three_title" class="form-control" id="counter_three_title"
                                           placeholder="<?php echo e(trans('admin.counter_three_title')); ?>">
                                </div>
                            </div>
                            <div class="col-lg-6">
                                <div class="form-group">
                                    <label for="title"><?php echo e(trans('admin.counter_three_number')); ?></label>
                                    <input value="<?php echo e(isset($teaching_section->counter_three_number)?$teaching_section->counter_three_number:''); ?>" type="number" name="counter_three_number" class="form-control" id="counter_three_number"
                                           placeholder="<?php echo e(trans('admin.counter_three_number')); ?>">
                                </div>
                            </div>
                        </div>
                       
                        
                        
                    </div>
                    <div class="card-footer">
                        <button type="submit" class="btn btn-primary"><?php echo e(trans('admin.submit')); ?></button>
                    </div>
                </form>
            </div>
        </div>
    </div>
    </div>
</section>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-scripts'); ?>
    <script src="<?php echo e(asset('plugins/datatables/jquery.dataTables.min.js')); ?>"></script>
    <script src="<?php echo e(asset('plugins/datatables-bs4/js/dataTables.bootstrap4.min.js')); ?>"></script>
    <script src="<?php echo e(asset('plugins/datatables-responsive/js/dataTables.responsive.min.js')); ?>"></script>
    <script src="<?php echo e(asset('plugins/datatables-responsive/js/responsive.bootstrap4.min.js')); ?>"></script>
    <script src="https://cdn.jsdelivr.net/npm/summernote/dist/summernote-bs4.min.js"></script>
    <script>
    $(document).ready(function() {
        $('#description').summernote();
    });
    </script>
<?php $__env->stopSection(); ?>


<?php echo $__env->make('layouts.admin'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH E:\Project\PortFolio-2\latest_protfolio_001\resources\views/admin/teaching/create.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.004 ]--