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


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


<?php $__env->startSection('title',trans('multirestaurant::layout.multi_restaurant')); ?>

<?php $__env->startSection('main-content'); ?>
    <?php $template json_decode(get_settings('multirestaurant_template')); ?>
    <div class="row page-titles mx-0">
        <div class="col-sm-6 p-md-0">
            <div class="welcome-text">
                <h4><?php echo e(trans('multirestaurant::layout.multi_restaurant')); ?></h4>
                <p class="mb-0"></p>
            </div>
        </div>
        <div class="col-sm-6 p-md-0 justify-content-sm-end mt-2 mt-sm-0 d-flex">
            <ol class="breadcrumb">
                <li class="breadcrumb-item"><a href="#"><?php echo e(trans('layout.home')); ?></a></li>
                <li class="breadcrumb-item active"><a href="javascript:void(0)"><?php echo e(trans('multirestaurant::layout.multi_restaurant')); ?></a></li>
            </ol>
        </div>
    </div>
    <!-- row -->

    <div class="row">
        <div class="col-xl-12 col-xxl-12">
            <div class="card">
                <form action="<?php echo e(route('multirestaurant::multirestaurant.template.store')); ?>" method="post" id="step-form-horizontal"
                      class="step-form-horizontal" enctype="multipart/form-data">
                    <?php echo csrf_field(); ?>
                    <input type="hidden" name="id" value="<?php echo e(old('id')?old('id'):(isset($template->id)?$template->id:'')); ?>">
                    <div class="card-header">
                        <h4 class="card-title text-primary"><?php echo e(trans('multirestaurant::layout.banner_section')); ?></h4>
                    </div>
                    <div class="card-body">
                        <div>
                            <section>
                                <div class="row">
                                    <div class="col-lg-6 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.title')); ?>*</label>
                                            <input value="<?php echo e(old('name')?old('name'):(isset($template->title)?$template->title:'')); ?>" type="text" name="title"
                                                   class="form-control" placeholder="Ex: It's the food and groceries" required>
                                        </div>
                                    </div>
                                    <div class="col-lg-6 mb-2">
                                        <label class="text-label"><?php echo e(trans('multirestaurant::layout.background_image')); ?> <span class="text-danger">(<?php echo e(trans('multirestaurant::layout.expecting_image_size')); ?> : 1280px by 610px)</span></label>
                                        <div class="input-group">
                                            <div class="custom-file">
                                                <input name="bg_image" type="file" class="custom-file-input">
                                                <label class="custom-file-label"><?php echo e(trans('layout.choose')); ?></label>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </section>
                        </div>
                    </div>
                    <div class="card-header">
                        <h4 class="card-title text-primary"><?php echo e(trans('multirestaurant::layout.partners_section')); ?></h4>
                    </div>
                    <div class="card-body">
                        <div>
                            <section>
                                <div class="row">
                                    <div class="col-lg-6 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.blur_title')); ?>*</label>
                                            <input value="<?php echo e(old('name')?old('name'):(isset($template->section_two_blur_title)?$template->section_two_blur_title:'')); ?>" type="text" name="section_two_blur_title"
                                                   class="form-control" placeholder="Ex: Partners" required>
                                        </div>
                                    </div>
                                    <div class="col-lg-6 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.title')); ?>*</label>
                                            <input value="<?php echo e(old('name')?old('name'):(isset($template->section_two_title)?$template->section_two_title:'')); ?>" type="text" name="section_two_title"
                                                   class="form-control" placeholder="Ex: You prepare the food" required>
                                        </div>
                                    </div>
                                    <div class="col-lg-6 mb-2">
                                        <label class="text-label"><?php echo e(trans('multirestaurant::layout.background_image')); ?> <span class="text-danger">(<?php echo e(trans('multirestaurant::layout.expecting_image_size')); ?> : 1280px by 4300px)</span></label>
                                        <div class="input-group">
                                            <div class="custom-file">
                                                <input name="section_two_bg_image" type="file" class="custom-file-input">
                                                <label class="custom-file-label"><?php echo e(trans('layout.choose')); ?></label>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-lg-6 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.link')); ?>*</label>
                                            <input value="<?php echo e(old('name')?old('name'):(isset($template->section_two_link)?$template->section_two_link:'')); ?>" type="text" name="section_two_link"
                                                   class="form-control" placeholder="Ex: https://qr.picotech.app" required>
                                        </div>
                                    </div>
                                    <div class="col-lg-12 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.description_title')); ?>*</label>
                                            <input value="<?php echo e(old('name')?old('name'):(isset($template->section_two_description_title)?$template->section_two_description_title:'')); ?>" type="text" name="section_two_description_title"
                                                   class="form-control" placeholder="Ex: List your restaurant" required>
                                        </div>
                                    </div>
                                    <div class="col-lg-12 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.description')); ?>*</label>
                                            <textarea class="form-control" name="section_two_description" cols="30" rows="5" placeholder="Ex: Would you like millions" required><?php echo e(old('name')?old('name'):(isset($template)?$template->section_two_description:'')); ?></textarea>
                                        </div>
                                    </div>
                                </div>
                            </section>
                        </div>
                    </div>
                    <div class="card-header">
                        <h4 class="card-title text-primary"><?php echo e(trans('multirestaurant::layout.office_section')); ?></h4>
                    </div>
                    <div class="card-body">
                        <div>
                            <section>
                                <div class="row">
                                    <div class="col-lg-6 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.blur_title')); ?>*</label>
                                            <input value="<?php echo e(old('name')?old('name'):(isset($template->section_three_blur_title)?$template->section_three_blur_title:'')); ?>" type="text" name="section_three_blur_title"
                                                   class="form-control" placeholder="Ex: Partners" required>
                                        </div>
                                    </div>
                                    <div class="col-lg-6 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.title')); ?>*</label>
                                            <input value="<?php echo e(old('name')?old('name'):(isset($template->section_three_title)?$template->section_three_title:'')); ?>" type="text" name="section_three_title"
                                                   class="form-control" placeholder="Ex: You prepare the food" required>
                                        </div>
                                    </div>
                                    <div class="col-lg-6 mb-2">
                                        <label class="text-label"><?php echo e(trans('multirestaurant::layout.background_image')); ?> <span class="text-danger">(<?php echo e(trans('multirestaurant::layout.expecting_image_size')); ?> : 1280px by 430px)</span></label>
                                        <div class="input-group">
                                            <div class="custom-file">
                                                <input name="section_three_bg_image" type="file" class="custom-file-input">
                                                <label class="custom-file-label"><?php echo e(trans('layout.choose')); ?></label>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-lg-6 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.link')); ?>*</label>
                                            <input value="<?php echo e(old('name')?old('name'):(isset($template->section_three_link)?$template->section_three_link:'')); ?>" type="text" name="section_three_link"
                                                   class="form-control" placeholder="Ex: https://qr.picotech.app" required>
                                        </div>
                                    </div>
                                    <div class="col-lg-12 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.description_title')); ?>*</label>
                                            <input value="<?php echo e(old('name')?old('name'):(isset($template->section_three_description_title)?$template->section_three_description_title:'')); ?>" type="text" name="section_three_description_title"
                                                   class="form-control" placeholder="Ex: List your restaurant" required>
                                        </div>
                                    </div>
                                    <div class="col-lg-12 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.description')); ?>*</label>
                                            <textarea class="form-control" name="section_three_description" cols="30" rows="5" placeholder="Ex: Would you like millions" required><?php echo e(old('name')?old('name'):(isset($template)?$template->section_three_description:'')); ?></textarea>
                                        </div>
                                    </div>
                                </div>
                            </section>
                        </div>
                    </div>
                    <div class="card-header">
                        <h4 class="card-title text-primary"><?php echo e(trans('multirestaurant::layout.restaurant_description')); ?></h4>
                    </div>
                    <div class="card-body">
                        <div>
                            <section>
                                <div class="row">
                                    <div class="col-lg-12 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.description_title')); ?>*</label>
                                            <input value="<?php echo e(old('name')?old('name'):(isset($template->section_four_description_title)?$template->section_four_description_title:'')); ?>" type="text" name="section_four_description_title"
                                                   class="form-control" placeholder="Ex: List your restaurant" required>
                                        </div>
                                    </div>
                                    <div class="col-lg-12 mb-2">
                                        <div class="form-group">
                                            <label class="text-label"><?php echo e(trans('multirestaurant::layout.description')); ?>*</label>
                                            <textarea class="form-control" name="section_four_description" cols="30" rows="5" placeholder="Ex: Would you like millions" required><?php echo e(old('name')?old('name'):(isset($template)?$template->section_four_description:'')); ?></textarea>
                                        </div>
                                    </div>
                                </div>
                            </section>
                        </div>
                        <div class="pull-right mb-4">
                            <button class="btn btn-primary" type="submit">Submit</button>
                        </div>
                    </div>
                </form>
            </div>

        </div>
    </div>

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

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

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

<?php echo $__env->make('layouts.dashboard'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/picotech/domains/multirest.picotech.app/public_html/Modules/MultiRestaurant/Resources/views/template/index.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.0056 ]--