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


Viewing file:     df48abef392a74b7e585644f3161e2e4f90196d5.php (19.81 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('content'); ?>
<div class="header bg-gradient-primary pb-7 pt-5 pt-md-8">
    <div class="container-fluid">
        <div class="header-body">
          <div class="row align-items-center py-4">
            <!--<div class="col-lg-6 col-7">
            </div>-->
            <div class="col-lg-12 col-12 text-right">
                <?php if($hasDemoRestaurants): ?>
                    <a href="<?php echo e(route('admin.restaurants.removedemo')); ?>" class="btn btn-sm btn-danger d-none"><?php echo e(__('Remove demo data')); ?></a>
                <?php endif; ?>
                <a href="<?php echo e(route('systemstatus')); ?>" class="btn btn-sm btn-danger d-none"><?php echo e(__('settings_system_status')); ?></a>
                <a href="<?php echo e(route('admin.regenerate.sitemap')); ?>" class="btn btn-sm btn-warning"><?php echo e(__('Regenerate sitemap')); ?></a>
            </div>
          </div>
        </div>
    </div>
</div>
<div class="container-fluid mt--7">
    <?php if($showMultiLanguageMigration): ?>
        <?php echo $__env->make('settings.multilanguagemenus'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
    <?php endif; ?>
    <div class="row">
        <div class="col-xl-12 order-xl-1">
            <div class="card bg-secondary shadow">
                <div class="card-header bg-white border-0">
                    <div class="row align-items-center">
                        <div class="col-4">
                            <h3 class="mb-0"><?php echo e(__('Settings Management')); ?></h3>
                        </div>
                        <!--<div class="col-8 text-right">
                            <?php if($hasDemoRestaurants): ?>
                                <a href="<?php echo e(route('admin.restaurants.removedemo')); ?>" class="btn btn-sm btn-danger"><?php echo e(__('Remove demo data')); ?></a>
                            <?php endif; ?>
                            <a href="<?php echo e(route('systemstatus')); ?>" class="btn btn-sm btn-danger"><?php echo e(__('settings_system_status')); ?></a>
                            <a href="<?php echo e(route('admin.regenerate.sitemap')); ?>" class="btn btn-sm btn-warning"><?php echo e(__('Regenerate sitemap')); ?></a>
                        </div>-->
                    </div>
                </div>
                <div class="card-body">

                    <?php if(session('status')): ?>
                        <div class="alert alert-success alert-dismissible fade show" role="alert">
                            <?php echo e(session('status')); ?>

                            <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                                <span aria-hidden="true">&times;</span>
                            </button>
                        </div>
                    <?php endif; ?>

                    <?php if(session('results')): ?>
                        <div class="alert alert-success" role="alert">

                            <?php print_r(session('results')); ?>

                            <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                                <span aria-hidden="true">&times;</span>
                            </button>
                        </div>
                    <?php endif; ?>
                        <form id="settings" method="post" action="<?php echo e(route('settings.update'$settings->id)); ?>" autocomplete="off" enctype="multipart/form-data">
                            <?php echo csrf_field(); ?>
                            <?php echo method_field('put'); ?>

                            <div class="nav-wrapper">
                                <ul class="nav nav-pills nav-fill flex-column flex-md-row" id="tabs-icons-text" role="tablist">
                                    <li class="nav-item">
                                        <a class="nav-link mb-sm-3 mb-md-0 active" id="tabs-icons-text-1-tab" data-toggle="tab" href="#tabs-icons-text-1" role="tab" aria-controls="tabs-icons-text-1" aria-selected="true"><i class="ni ni-bullet-list-67 mr-2"></i><?php echo e(__ ('Site Info')); ?></a>
                                    </li>
                                    <li class="nav-item">
                                        <a class="nav-link mb-sm-3 mb-md-0" id="tabs-icons-text-2-tab" data-toggle="tab" href="#tabs-icons-text-2" role="tab" aria-controls="tabs-icons-text-2" aria-selected="false"><i class="ni ni-image mr-2"></i><?php echo e(__ ('Images')); ?></a>
                                    </li>


                                    <?php $__currentLoopData $envConfigs$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $groupConfig): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                        <li class="nav-item">
                                            <a class="nav-link mb-sm-3 mb-md-0" id="tabs-icons-text-2-tab" data-toggle="tab" href="#<?php echo e($groupConfig['slug']); ?>" role="tab" aria-controls="tabs-icons-text-2" aria-selected="false"><i class="<?php echo e($groupConfig['icon']); ?>"></i> <?php echo e(__ ($groupConfig['name'])); ?></a>
                                        </li>
                                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>


                                    






                                </ul>
                            </div>
                            <br/>
                                <div class="tab-content" id="myTabContent">
                                    <div class="tab-pane fade show active" id="tabs-icons-text-1" role="tabpanel" aria-labelledby="tabs-icons-text-1-tab">
                                        <?php echo $__env->make('partials.input',['id'=>'site_name','name'=>'Site Name','placeholder'=>'Site Name here ...','value'=>$settings->site_name'required'=>true], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                        <?php echo $__env->make('partials.input',['id'=>'site_description','name'=>'Site Description','placeholder'=>'Site Description here ...','value'=>$settings->description'required'=>true], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                        <?php if(config('app.isft')): ?>
                                            <?php echo $__env->make('partials.input',['id'=>'header_title','name'=>'Header Title','placeholder'=>'Header Title here ...','value'=>$settings->header_title'required'=>true], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                            <?php echo $__env->make('partials.input',['id'=>'header_subtitle','name'=>'Header Subtitle','placeholder'=>'Header Subtitle here ...','value'=>$settings->header_subtitle'required'=>true], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                            <br/>
                                            <?php echo $__env->make('partials.input',['id'=>'delivery','name'=>'Delivery cost - fixed','placeholder'=>'Fixed delivery','value'=>$settings->delivery'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>



                                            <h6 class="heading-small text-muted mb-4"><?php echo e(__('Mobile App')); ?></h6>
                                            <?php echo $__env->make('partials.input',['id'=>'mobile_info_title','name'=>'Info Title','placeholder'=>'Info Title text here ...','value'=>$settings->mobile_info_title'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                            <?php echo $__env->make('partials.input',['id'=>'mobile_info_subtitle','name'=>'Info Subtitle','placeholder'=>'Info Subtitle text here ...','value'=>$settings->mobile_info_subtitle'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                            <br/>
                                            <?php echo $__env->make('partials.input',['id'=>'playstore','name'=>'Play Store','placeholder'=>'Play Store link here ...','value'=>$settings->playstore'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                            <?php echo $__env->make('partials.input',['id'=>'appstore','name'=>'App Store','placeholder'=>'App Store link here ...','value'=>$settings->appstore'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>

                                        <?php endif; ?>


                                        <h6 class="heading-small text-muted mb-4"><?php echo e(__('Social Links')); ?></h6>
                                            <?php echo $__env->make('partials.input',['id'=>'facebook','name'=>'Facebook','placeholder'=>'Facebook link here ...','value'=>$settings->facebook'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                            <?php echo $__env->make('partials.input',['id'=>'instagram','name'=>'Instagram','placeholder'=>'Instagram link here ...','value'=>$settings->instagram'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                            <br/>

                                    </div>
                                    <div class="tab-pane fade" id="tabs-icons-text-2" role="tabpanel" aria-labelledby="tabs-icons-text-2-tab">
                                        <div class="row">
                                            <?php
                                                $images
=[
                                                    [
'name'=>'site_logo','label'=>__('Site Logo'),'value'=>config('global.site_logo'),'style'=>'width: 200px;'],
                                                    [
'name'=>'restorant_details_image','help'=>"590x400px",'label'=>__('Restaurant Default Image'),'value'=>config('global.restorant_details_image'),'style'=>'width: 200px;'],
                                                    [
'name'=>'restorant_details_cover_image','label'=>__('Restaurant Details Cover Image'),'value'=>config('global.restorant_details_cover_image'),'style'=>'width: 200px;'],
                                                    [
'help'=>"256,256px",'name'=>'favicons','label'=>__('Favicon'),'value'=>'/apple-touch-icon.png','style'=>'width: 120px; height: 120px;']
                                                 ];

                                                if(
config('app.isft')){
                                                    
array_splice($images10, [['name'=>'search','label'=>__('Search Cover'),'value'=>config('global.search'),'style'=>'width: 200px;']] );
                                                }

                                                if(
config('settings.is_whatsapp_ordering_mode')){
                                                    
array_splice($images10, [['name'=>'site_logo_dark','label'=>__('Site Logo Dark'),'value'=>config('global.site_logo_dark'),'style'=>'width: 200px;']] );
                                                    if(
config('app.isqrexact')){
                                                        
array_push($images,['help'=>"512x512px",'name'=>'qrdemo','label'=>__('Front QR'),'value'=>'/impactfront/img/qrdemo.jpg','style'=>'width: 120px; height: 120px;']);
                                                    }
                                                    
array_push($images,['help'=>"",'name'=>'wphomehero','label'=>__('Hero image'),'value'=>'/social/img/wpordering.svg','style'=>'width: 200px; height: 120px;']);

                                                }

                                                if(
config('settings.is_pos_cloud_mode')){
                                                    
array_splice($images10, [['name'=>'site_logo_dark','label'=>__('Site Logo Dark'),'value'=>config('global.site_logo_dark'),'style'=>'width: 200px;']] );
                                                    
array_push($images,['help'=>"",'name'=>'poshomehero','label'=>__('Hero image'),'value'=>'/soft/img/poshero.jpeg','style'=>'width: 200px; height: 120px;']);
                                                }

                                                if(
config('app.isqrexact')){
                                                    
array_splice($images10, [['name'=>'site_logo_dark','label'=>__('Site Logo Dark'),'value'=>config('global.site_logo_dark'),'style'=>'width: 200px;']] );


                                                    
array_push($images,['help'=>"512x512px",'name'=>'qrdemo','label'=>__('Front QR'),'value'=>'/impactfront/img/qrdemo.jpg','style'=>'width: 120px; height: 120px;']);


                                                    
array_push($images,['help'=>"600x600px"'name'=>'ftimig0','label'=>__('Flayer image'),'value'=>'/impactfront/img/flayer.png','style'=>'width: 200px; height: 200px;']);
                                                    
array_push($images,['help'=>"600x467px",'name'=>'ftimig1','label'=>__('Feature image #1'),'value'=>'/impactfront/img/menubuilder.jpg','style'=>'width: 180px; height: 130px;']);
                                                    
array_push($images,['help'=>"600x467px",'name'=>'ftimig2','label'=>__('Feature image #2'),'value'=>'/impactfront/img/qr_image_builder.jpg','style'=>'width: 180px; height: 130px;']);
                                                    
array_push($images,['help'=>"600x467px",'name'=>'ftimig3','label'=>__('Feature image #3'),'value'=>'/impactfront/img/mobile_pwa.jpg','style'=>'width: 180px; height: 130px;']);

                                                    
array_push($images,['help'=>"600x467px",'name'=>'ftimig4','label'=>__('Feature image #4'),'value'=>'/impactfront/img/localorders.jpg','style'=>'width: 180px; height: 130px;']);
                                                    
array_push($images,['help'=>"600x467px",'name'=>'ftimig5','label'=>__('Feature image #5'),'value'=>'/impactfront/img/payments.jpg','style'=>'width: 180px; height: 130px;']);
                                                    
array_push($images,['help'=>"600x467px",'name'=>'ftimig6','label'=>__('Feature image #6'),'value'=>'/impactfront/img/customerlog.jpg','style'=>'width: 180px; height: 130px;']);


                                                }

                                            
?>
                                            <?php $__currentLoopData $images$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $image): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                                <div class="col-md-4">
                                                    <?php echo $__env->make('partials.images',$image\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                                </div>
                                            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                        </div>
                                    </div>



                                    <div class="tab-pane fade" id="cssjs" role="tabpanel" aria-labelledby="cssjs">
                                        <?php echo $__env->make('partials.textarea',['id'=>'jsfront','name'=>'JavaScript - Frontend','placeholder'=>'JavaScript - Frontend','value'=>$jsfront'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                        <?php echo $__env->make('partials.textarea',['id'=>'jsfrontmenu','name'=>'JavaScript - Menu','placeholder'=>'JavaScript - Menu','value'=>$jsfrontmenu'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                        <?php echo $__env->make('partials.textarea',['id'=>'jsback','name'=>'JavaScript - Backend','placeholder'=>'JavaScript - Backend','value'=>$jsback'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                        <?php echo $__env->make('partials.textarea',['id'=>'cssfront','name'=>'CSS - Frontend','placeholder'=>'CSS - Frontend','value'=>$cssfront'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                        <?php echo $__env->make('partials.textarea',['id'=>'cssfrontmenu','name'=>'CSS - Menu','placeholder'=>'CSS - Menu','value'=>$cssfrontmenu'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                        <?php echo $__env->make('partials.textarea',['id'=>'cssback','name'=>'CSS - Backend','placeholder'=>'CSS - Backend','value'=>$cssback'required'=>false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                    </div>

                                    <?php $__currentLoopData $envConfigs$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $groupConfig): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                        <div class="tab-pane fade" id="<?php echo e($groupConfig['slug']); ?>" role="tabpanel" aria-labelledby="<?php echo e($groupConfig['slug']); ?>">

                                            <div class="">
                                                <?php echo $__env->make('partials.fields',['fields'=>$groupConfig['fields']], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                                <?php if($groupConfig['slug']=="setup"): ?>
                                                    <?php echo $__env->make('partials.fields',['fields'=>[
                                                    [
'separator'=>"Custom fields on order"'additionalInfo'=>'Please check docs on how to define the custom fields on order.''name'=>'Custom fileds in JSON format','required'=>false,'placeholder'=>'''id'=>'order_fields''ftype'=>'textarea','type'=>"textarea",'value'=>$settings->order_fields]
                                                    ]
                                                    ], 
\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                                                <?php endif; ?>
                                            </div>
                                        </div>
                                    <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>


                            </div>
                        <div class="text-center">
                            <button type="submit" class="btn btn-success mt-4"><?php echo e(__('Save')); ?></button>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>
</div>
<br/><br/>
</div>
<?php $__env->stopSection(); ?>
<?php $__env
->startSection('js'); ?>
    <script>
        $('#settings').submit(function() {
            $('form textarea').each(function(){
                this.value = this.value.replace(/script/g, 'tagscript');
            });
        });
    </script>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.app', ['title' => __('Settings')], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/picotech/domains/wataxi.picotech.app/public_html/resources/views/settings/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.008 ]--