!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/smm.picotech.app/public_html_v1_1/storage/framework/views/   drwxr-xr-x
Free 28.62 GB of 117.98 GB (24.26%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     66e9ff434f4811c641f738c2571713d4abaadb1a.php (8.57 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?>
    <?php echo e(trans('customer.order_report')); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-css'); ?>
    <link rel="stylesheet" href="<?php echo e(asset('plugins/datatables-bs4/css/dataTables.bootstrap4.min.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('plugins/datatables-responsive/css/responsive.bootstrap4.min.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('plugins/daterangepicker/daterangepicker.css')); ?>">
    <script>
        let orderDataTable = '';
    </script>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    <!-- Main content -->
    <section class="content">
        <div class="row">
            <div class="col-12">
                <div class="card">
                    <div class="card-header">
                        <h2 class="card-title"><?php echo e(trans('admin.order_list')); ?></h2>

                        <button type="button" class="btn btn-primary float-right" data-toggle="modal"
                                data-target="#filterModal">
                            <i class="fa fa-filter" aria-hidden="true"></i>
                            <?php echo e(trans('customer.filter')); ?>

                        </button>
                        <div class="modal fade " id="filterModal" tabindex="-1" role="dialog" aria-labelledby="filterModalLabel"
                             aria-hidden="true">
                            <div class="modal-dialog filter-modal-dialog" role="document">
                                <div class="modal-content filter-modal-content">
                                    <div class="modal-header filter-modal-header justify-content-center bg-primary">
                                        <h5 class="modal-title text-light text-center" id="filterModalModalLabel"><?php echo e(trans('customer.report')); ?></h5>

                                    </div>
                                    <div class="modal-body filter-modal-body">
                                        <form method="get"  id="filtering-form">
                                            <div class="row">
                                                <div class="col-md-12">
                                                   <div class="form-group">
                                                       <label for="type"><?php echo e(trans('customer.date')); ?></label>
                                                       <div class="input-group">
                                                           <div class="input-group-prepend">
                                                               <span class="input-group-text"><i class="far fa-clock"></i></span>
                                                           </div>
                                                           <input type="text" class="form-control float-right" name="date" id="reservationtime">
                                                       </div>
                                                   </div>
                                                </div>
                                                <div class="col-md-12">
                                                    <div class="form-group">
                                                        <label for="type"><?php echo e(trans('customer.status')); ?></label>
                                                        <select class="form-control" name="status" id="status">
                                                            <option disabled selected><?php echo e(trans('customer.select_any_option')); ?> </option>
                                                            <option value="pending"><?php echo e(trans('customer.pending')); ?></option>
                                                            <option value="rejected"><?php echo e(trans('customer.rejected')); ?></option>
                                                            <option value="cancelled"><?php echo e(trans('customer.cancelled')); ?></option>
                                                            <option value="processing"><?php echo e(trans('customer.processing')); ?></option>
                                                            <option value="inprogress"><?php echo e(trans('customer.inprogress')); ?></option>
                                                            <option value="completed"><?php echo e(trans('customer.completed')); ?></option>
                                                            <option value="partial"><?php echo e(trans('customer.partial')); ?></option>
                                                        </select>
                                                    </div>
                                                </div>
                                                <div class="col-md-6 p-2">
                                                    <button type="button" class="btn btn-danger btn-sm mt-2 d-block w-100" data-dismiss="modal" aria-label="Close"> <?php echo e(trans('customer.close')); ?>  </button>

                                                </div>
                                                <div class="col-md-6 p-2">

                                                    <button type="submit" id="filter-button" class="btn btn-primary btn-sm mt-2 d-block w-100"><?php echo e(trans('customer.submit')); ?> </button>
                                                </div>
                                            </div>
                                        </form>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- /.card-header -->
                    <div class="card-body table-body">
                        <table id="order" class="table table-striped table-bordered dt-responsive nowrap">
                            <thead>
                            <tr>
                                <th><?php echo e(trans('customer.services')); ?></th>
                                <th><?php echo e(trans('customer.quantity')); ?></th>
                                <th><?php echo e(trans('customer.amount')); ?></th>
                                <th><?php echo e(trans('customer.status')); ?></th>
                                <th><?php echo e(trans('customer.created_at')); ?></th>
                            </tr>
                            </thead>

                        </table>
                    </div>
                    <!-- /.card-body -->
                </div>
                <!-- /.card -->
            </div>
            <!-- /.col -->
        </div>
        <!-- /.row -->
    </section>
<?php $__env->stopSection(); ?>
<?php $__env
->startSection('extra-scripts'); ?>
    <script src="<?php echo e(asset('plugins/datatables/jquery.dataTables.min.js')); ?>"></script>
    <script src="<?php echo e(asset('plugins/datatables-bs4/js/dataTables.bootstrap4.min.js')); ?>"></script>
    <script src="<?php echo e(asset('plugins/datatables-responsive/js/dataTables.responsive.min.js')); ?>"></script>
    <script src="<?php echo e(asset('plugins/datatables-responsive/js/responsive.bootstrap4.min.js')); ?>"></script>
    <script src="<?php echo e(asset('plugins/daterangepicker/moment.min.js')); ?>"></script>
    <script src="<?php echo e(asset('plugins/daterangepicker/daterangepicker.js')); ?>"></script>
   <script>
       $('#reservationtime').daterangepicker();
       $(document).ready(function(){
           $('#reservationtime').val('');
       });
   </script>
    <script>
        "use strict";
        const queryString=window.location.search;
        orderDataTable =  $('#order').DataTable({
            processing: true,
            serverSide: true,
            responsive: true,
            ajax: {
                "url": '<?php echo e(route('customer.report.order.all')); ?>'+queryString,
                "dataSrc": "data",
                "type": "GET",
                "data": function(d){
                    d.form = $("#filtering-form").serializeArray();
                }
            },
            columns: [

                {"data": "service"},
                {"data": "order_quantity"},
                {"data": "charges"},
                {"data": "status"},
                {"data": "created_at"}
            ]
        });
    </script>
<?php $__env->stopSection(); ?>





<?php echo $__env->make('layouts.customer'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/pcolfjqt/smm.picotech.app/resources/views/customer/report/order.blade.php ENDPATH**/ ?>

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