!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/products/edit/   drwxr-xr-x
Free 13.26 GB of 57.97 GB (22.87%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     stock.blade.php (4.47 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.app')
@section('head')
@include('layouts.partials.headersection',['title'=>'Product Price'])
@endsection
@section('content')

<div class="row">
    <div class="col-lg-12">      
        
        <div class="card">
            <div class="card-body">

                <div class="row">
                    <div class="col-sm-3">
                        <ul class="nav nav-pills flex-column">
                            <li class="nav-item">
                                <a class="nav-link" href="{{ route('seller.product.edit',$info->id) }}"><i class="fas fa-cogs"></i> {{ __('Item') }}</a>
                            </li>
                            
                            <li class="nav-item">
                                <a class="nav-link" href="{{ url('seller/product/'.$info->id.'/price') }}"><i class="fas fa-money-bill-alt"></i> {{ __('Price') }}</a>
                            </li>
                            <li class="nav-item">
                                <a class="nav-link " href="{{ url('seller/product/'.$info->id.'/option') }}"><i class="fas fa-tags"></i> {{ __('Options') }}</a>
                            </li>
                            <li class="nav-item">
                                <a class="nav-link" href="{{ url('seller/product/'.$info->id.'/varient') }}"><i class="fas fa-expand-arrows-alt"></i> {{ __('Variants') }}</a>
                            </li>
                            
                            <li class="nav-item">
                                <a class="nav-link" href="{{ url('seller/product/'.$info->id.'/image') }}"><i class="far fa-images"></i> {{ __('Images') }}</a>
                            </li>
                            <li class="nav-item">
                                <a class="nav-link active" href="{{ url('seller/product/'.$info->id.'/inventory') }}"><i class="fa fa-cubes"></i> {{ __('Inventory') }}</a>
                            </li>
                            <li class="nav-item">
                                <a class="nav-link" href="{{ url('seller/product/'.$info->id.'/files') }}"><i class="fas fa-file"></i> {{ __('Files') }}</a>
                            </li>

                            <li class="nav-item">
                                <a class="nav-link" href="{{ url('seller/product/'.$info->id.'/seo') }}"><i class="fas fa-chart-line"></i> {{ __('SEO') }}</a>
                            </li>
                            <li class="nav-item">
                                    <a class="nav-link" href="{{ url('seller/product/'.$info->id.'/express-checkout') }}"><i class="fas fa-cart-arrow-down"></i> {{ __('Express checkout') }}</a>
                                </li>
                        </ul>
                    </div>
                    <div class="col-sm-9">
                        <form class="basicform" method="post" action="{{ route('seller.products.stock_update',$info->id) }}">
                        @csrf
                        <div class="form-group">
                            <label for="sku">{{ __('SKU') }}</label>
                            <input type="text" name="sku"  value="{{ $info->stock->sku }}" class="form-control">
                        </div>
                        
                        <div class="form-group">
                            <label for="stock_manage">{{ __('Manage Stock') }}</label>
                           <select name="stock_manage" id="stock_manage" class="form-control">
                               <option value="1" @if($info->stock->stock_manage == 1) selected @endif>{{ __('Manage Stock') }}</option>
                               <option value="0" @if($info->stock->stock_manage == 0) selected @endif>{{ __('Dont Need To Manage Stock') }}</option>
                           </select>
                        </div>
                        <div class="stock_area @if($info->stock->stock_manage == 0) none @endif">
                        <div class="form-group">
                            <label for="stock_status">{{ __('Stock Status') }}</label>
                           <select name="stock_status" id="stock_status" class="form-control">
                               <option value="1" @if($info->stock->stock_status == 1) selected @endif>{{ __('In Stock') }}</option>
                               <option value="0" @if($info->stock->stock_status == 0) selected @endif>{{ __('Out Of Stock') }}</option>
                           </select>
                        </div>
                        
                        
                        <div class="form-group">
                            <label for="stock_qty">{{ __('Stock Quantity') }}</label>
                            <input type="text" name="stock_qty"  value="{{ $info->stock->stock_qty }}" class="form-control">
                        </div>
                      </div>
                        <button type="submit" class="btn btn-primary basicbtn">{{ __('Save Changes') }}</button>    
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
</div>
@endsection
@push('js')

<script type="text/javascript" src="{{ asset('assets/js/form.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/js/stock.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.0051 ]--