!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/resources/views/seller/settings/payment/   drwxr-xr-x
Free 13.24 GB of 57.97 GB (22.84%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     cod.blade.php (1.78 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.app')

@section('content')
<div class="row justify-content-center">

    <div class="col-12 col-md-12">

        <div class="card">
            <div class="card-header">
                <div class="col">
                    <h5><a href="#" class="header-pretitle">{{ $info->name }} Method</a></h5>


                </div>
            </div>
            <div class="card-body"> 
                <form method="post" class="basicform" action="{{ route('seller.payment.update',$info->active_getway->id) }}">
                    @csrf
                    @method('PUT')
                <div class="form-group">
                    <label>Display name at checkout</label>
                    <input class="form-control" autofocus="" name="name" type="text" value="{{ $data->title }}">
                    <small class="form-text text-muted">Customers will see this when checking out.</small>
                </div>
                <div class="form-group">
                    <label>Additional details</label>
                    <textarea class="form-control" autofocus="" rows="3" name="additional_details" cols="50">{{ $data->additional_details }}</textarea>
                    <small class="form-text text-muted">Displayed on the Payment method page, while the customer is choosing how to pay.</small>
                </div>
                
                <div class="custom-control custom-switch">
                    <input id="enabled" class="custom-control-input" @if($info->active_getway->status==1) checked="checked" @endif name="status" type="checkbox" value="1">
                    <label class="custom-control-label" for="enabled">Enable</label>
                </div>
            </div>

            <div class="card-footer clearfix text-muted">
            
                <div class="float-left clear-both">
                    <a class="btn btn-white" href="{{ route('seller.settings.show','payment') }}">Cancel</a>
                    <button type="submit" class="btn btn-primary basicbtn">Save</button>
                </div>
            </div>
        </form>
        </div>
    </div>
</div>    


@endsection
@push('js')
<script type="text/javascript" src="{{ asset('assets/js/form.js') }}"></script>
@endpush

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0071 ]--