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


Viewing file:     orderlist.blade.php (2.35 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('frontend.layouts.app', ['class' => 'bg-white'])
@push('css')
    <!-- CSS -->
    <link rel="stylesheet" type="text/css" href="{{ asset('frontend') }}/css/DatPayment.css">
    <link rel="stylesheet" type="text/css" href="{{ asset('frontend') }}/css/usersidemenu.css">

@endpush

@section('content')


<!--==== START MAIN ====-->
<section class="mt-3" id="shop-listing">
      <div class="row">
        <div class="col-md-4 col-sm-12 col-xl-4 ">
            <div class="wrapper">
                @include('frontend.partials.usersidebar')
            </div>
        </div>
        <div class="col-md-8 col-sm-12 col-xl-8">
          <div class="card">
            <h3 class="m-3  text-left heading-xs">{{ __('account')['label_order']}}</h3>
          </div>
          <div class="orderlist">
            <div class="table-responsive-sm">
              <table class="table table-borderless">
                <thead>
                 <tr>
                   <th scope="col" width="20%">Invoice No</th>
                   <th scope="col" width="20%">Order Date</th>
                   <th scope="col" width="20%">Amount</th>
                   <th scope="col" width="20%">Status</th>
                   <th scope="col" width="20%">Action</th>
                 </tr>
               </thead>
               <tbody>
                 @forelse($orders as $key=>$order)
                   <tr class="order-list">
                     <td>#{{$order->id}}</td>
                     <td>{{date('d M Y',strtotime($order->order_date))}}</td>
                     <td>{{config('settingConfig.config_currency')}} {{$order->grand_total}}</td>
                     <td>{{$order->orderStatus ? $order->orderStatus->name : 'N/A'}}</td>
                     <td><a href="{{url('order-details')}}/{{$order->id}}" class="button-purple btn-sm ">{{ __('order_details')['title']}}</a></td>
                   </tr>
                  @empty
                    <tr colspan="5">
                      <h4 class="p-5 text-center text-black">{{ __('account')['order_not']}}</h4>
                    </tr>
                 @endforelse
               </tbody>
              </table>
            </div>
          </div>

            {{ $orders->appends(['name' => request()->name])->links() }}

        </div>
      </div>
</section>
<!--==== END MAIN ====-->

@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.0037 ]--