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


Viewing file:     f8c48b509e3b023f4ede5d5645f64bedab1d27f5.php (20.56 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |


<?php $__env->startSection('title'); ?> Campaign Statistic <?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')); ?>">
    <style>
        .card-title-small-box {
            font-size: 25px;
            color: #000;
        }
        .total-sms {
            padding: 0px 20px !important;
        }
        .total-sms .count-sms span{
            font-size: 30px !important;
            font-weight: 500;
        }
        .contact-data{
            margin: 0px 10px;
        }
    </style>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    <!-- Main content -->
    
    <section class="content">
        <div class="row">
            <div class="col-lg-4 col-md-4 col-sm-6 col-6">
                <div class="card small-widget">
                    <div class="card-body small-box">
                        <span class="card-title-small-box"><?php echo e(trans('customer.total_contact')); ?></span>
                        <div class="total-sms">
                            <div class="count-sms">
                                   <span> <?php echo e($total_contact); ?> </span>
                            </div>
                            <div class="sms-img">
                                <i class="fa fa-phone icon" aria-hidden="true"></i>
                            </div>
                            <ul class="bubbles">
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>

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

            </div>

            <div class="col-lg-4 col-md-4 col-sm-6 col-6">
                <div class="card small-widget">
                    <div class="card-body small-box sms-received">
                        <span class="card-title-small-box"><?php echo e(trans('customer.total_delivered')); ?></span>
                        <div class="total-sms ">
                            <div class="count-sms">
                              <span><?php echo e($totald_delivered); ?></span>
                            </div>
                            <div class="sms-img">
                                <i class="fa fa-paper-plane icon"></i>
                            </div>
                            <ul class="bubbles">
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>

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

            </div>

            <div class="col-lg-4 col-md-4 col-sm-6 col-6">
                <div class="card small-widget">
                    <div class="card-body small-box failed_to_send">
                        <span class="card-title-small-box"><?php echo e(trans('customer.total_falied')); ?></span>
                        <div class="total-sms">
                            <div class="count-sms">
                                <span><?php echo e($total_falied); ?></span>
                            </div>
                            <div class="sms-img">
                                <i class="fa fa-exclamation-triangle icon"></i>
                            </div>
                            <ul class="bubbles">
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>
                                <li class="bubble"></li>

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

            </div>
        </div>
        <div class="row mt-5">
            <div class="col-lg-12 col-md-12 col-12">
                <div class="card pt-0 pb-0">
                    <div class="card-header">

                <ul class="nav nav-pills mb-3 mt-5" id="pills-tab" role="tablist">
                    <li class="nav-item contact-data">
                      <a class="nav-link custom nav-link-hover active" id="pills-home-tab" data-toggle="pill" href="#pills-home" role="tab" aria-controls="pills-home" aria-selected="true">Running</a>
                    </li>
                    <li class="nav-item contact-data">
                      <a class="nav-link custom nav-link-hover" id="pills-profile-tab" data-toggle="pill" href="#pills-profile" role="tab" aria-controls="pills-profile" aria-selected="false">Paused</a>
                    </li>
                    <li class="nav-item contact-data">
                      <a class="nav-link custom nav-link-hover" id="pills-contact-tab" data-toggle="pill" href="#pills-contact" role="tab" aria-controls="pills-contact" aria-selected="false">Failed</a>
                    </li>
                    <li class="nav-item contact-data">
                        <a class="nav-link custom nav-link-hover" id="pills-contact-tab" data-toggle="pill" href="#pills-falied" role="tab" aria-controls="pills-contact" aria-selected="false">Delivered</a>
                      </li>
                  </ul>
                </div>

                <div class="card-body">
                  <div class="tab-content" id="pills-tabContent">
                    <div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab">
                        <div class="row">
                            <div class="col-lg-9 col-sm-12 mt-3">
                                    <div class=" table-body">
                                        <table id="campaignReports" class="table table-striped table-bordered dt-responsive nowrap">
                                            <thead>
                                            <tr>
                                                <th><?php echo app('translator')->get('customer.from'); ?></th>
                                                <th><?php echo app('translator')->get('customer.to'); ?></th>
                                                <th><?php echo app('translator')->get('customer.message'); ?></th>
                                                <th><?php echo app('translator')->get('customer.schedule_at'); ?></th>
                                            </tr>
                                            </thead>
                                            <tbody>
                                            <?php if($messageRunningLogs->isNotEmpty()): ?>
                                                <?php $__currentLoopData $messageRunningLogs$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $message_log): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                                    <tr>
                                                        <td><?php echo e($message_log->from); ?></td>
                                                        <td><?php echo e($message_log->to); ?></td>
                                                        <td>
                                                            <div class="show-more">
                                                                <?php echo e($message_log->body); ?>

                                                            </div>
                                                        </td>
                                                        <td><?php echo e((formatDate($message_log->schedule_datetime))); ?></td>
                                                    </tr>
                                                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                            <?php else: ?>
                                                <tr class="text-center">
                                                    <td colspan="5"><strong>No Data Available</strong></td>
                                                </tr>
                                            <?php endif; ?>
                                            </tbody>
                                        </table>
                                        <div class="mt-2">
                                            <?php echo e($messageRunningLogs->appends(['running' => $messageRunningLogs->currentPage()])->links()); ?>

                                        </div>
                                    </div>
                            </div>
                        </div>
                    </div>
                    <div class="tab-pane fade" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab">
                        <div class="row">
                            <div class="col-lg-9 col-sm-12 mt-3">
                                    <div class=" table-body">
                                        <table id="campaignReports" class="table table-striped table-bordered dt-responsive nowrap">
                                            <thead>
                                            <tr>
                                                <th><?php echo app('translator')->get('customer.from'); ?></th>
                                                <th><?php echo app('translator')->get('customer.to'); ?></th>
                                                <th><?php echo app('translator')->get('customer.message'); ?></th>
                                                <th><?php echo app('translator')->get('customer.schedule_at'); ?></th>
                                            </tr>
                                            </thead>
                                            <tbody>
                                            <?php if($messagePausedLogs->isNotEmpty()): ?>
                                                <?php $__currentLoopData $messagePausedLogs$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $message_log): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                                    <tr>
                                                        <td><?php echo e($message_log->from); ?></td>
                                                        <td><?php echo e($message_log->to); ?></td>
                                                        <td>
                                                            <div class="show-more">
                                                                <?php echo e($message_log->body); ?>

                                                            </div>
                                                        </td>
                                                        <td><?php echo e(formatDate($message_log->schedule_datetime)); ?></td>
                                                    </tr>
                                                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                            <?php else: ?>
                                                <tr class="text-center">
                                                    <td colspan="5"><strong>No Data Available</strong></td>
                                                </tr>
                                            <?php endif; ?>
                                            </tbody>
                                        </table>
                                        <div class="mt-2">
                                            <?php echo e($messagePausedLogs->appends(['paused' => $messagePausedLogs->currentPage()])->links()); ?>

                                        </div>
                                    </div>
                            </div>
                        </div>
                    </div>
                    <div class="tab-pane fade" id="pills-contact" role="tabpanel" aria-labelledby="pills-contact-tab">
                        <div class="row">
                            <div class="col-lg-9 col-sm-12 mt-3">
                                    <div class="card-body table-body">
                                        <table id="messageFailedLogs" class="table table-striped table-bordered dt-responsive nowrap">
                                            <thead>
                                            <tr>
                                                <th><?php echo app('translator')->get('customer.from'); ?></th>
                                                <th><?php echo app('translator')->get('customer.to'); ?></th>
                                                <th><?php echo app('translator')->get('customer.message'); ?></th>
                                                <th><?php echo app('translator')->get('customer.response_code'); ?></th>
                                                <th><?php echo app('translator')->get('customer.failed_at'); ?></th>
                                            </tr>
                                            </thead>
                                            <tbody>
                                            <?php if($messageFailedLogs->isNotEmpty()): ?>
                                                <?php $__currentLoopData $messageFailedLogs$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $message_log): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                                    <tr>
                                                        <td><?php echo e($message_log->from); ?></td>
                                                        <td><?php echo e($message_log->to); ?></td>
                                                        <td>
                                                            <div class="show-more">
                                                                <?php echo e($message_log->body); ?>

                                                            </div>
                                                        </td>
                                                        <td><?php echo e($message_log->response_code); ?></td>
                                                        <td><?php echo e(formatDate($message_log->updated_at)); ?></td>
                                                    </tr>
                                                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                            <?php else: ?>
                                                <tr class="text-center">
                                                    <td colspan="5"><strong>No Data Available</strong></td>
                                                </tr>
                                            <?php endif; ?>
                                            </tbody>
                                        </table>
                                        <div class="mt-2">
                                            <?php echo e($messageFailedLogs->appends(['failed' => $messageFailedLogs->currentPage()])->links()); ?>

                                        </div>
                                    </div>
                            </div>
                        </div>
                    </div>
                    <div class="tab-pane fade" id="pills-falied" role="tabpanel" aria-labelledby="pills-contact-tab">
                        <div class="row">
                            <div class="col-lg-9 col-sm-12 mt-3">
                                    <div class="card-body table-body">
                                        <table id="campaignReports" class="table table-striped table-bordered dt-responsive nowrap">
                                            <thead>
                                            <tr>
                                                <th><?php echo app('translator')->get('customer.from'); ?></th>
                                                <th><?php echo app('translator')->get('customer.to'); ?></th>
                                                <th><?php echo app('translator')->get('customer.message'); ?></th>
                                                <th><?php echo app('translator')->get('customer.schedule_at'); ?></th>
                                                <th><?php echo app('translator')->get('customer.delivered_at'); ?></th>
                                            </tr>
                                            </thead>
                                            <tbody>
                                            <?php if($messageDeliveredLogs->isNotEmpty()): ?>
                                                <?php $__currentLoopData $messageDeliveredLogs$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $message_log): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                                    <tr>
                                                        <td><?php echo e($message_log->from); ?></td>
                                                        <td><?php echo e($message_log->to); ?></td>
                                                        <td>
                                                            <div class="show-more">
                                                                <?php echo e($message_log->body); ?>

                                                            </div>
                                                        </td>
                                                        <td><?php echo e(($message_log->schedule_datetime)); ?></td>
                                                        <td><?php echo e(formatDate($message_log->updated_at)); ?></td>
                                                    </tr>
                                                <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                            <?php else: ?>
                                                <tr class="text-center">
                                                    <td colspan="5"><strong>No Data Available</strong></td>
                                                </tr>
                                            <?php endif; ?>
                                            </tbody>
                                        </table>
                                        <div class="mt-2">
                                            <?php echo e($messageDeliveredLogs->appends(['delivered' => $messageDeliveredLogs->currentPage()])->links()); ?>

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

            </div>

        </div>
        </div>
    </section>
    <!-- /.content -->
<?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-scripts'); ?>
    <script>
        $(".show-more").css('overflow', 'hidden').readmore({collapsedHeight: 20});
    </script>
<?php $__env->stopSection(); ?>



<?php echo $__env->make('layouts.customer'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/picotech/domains/gateway.picotech.app/public_html/resources/views/customer/campaign/statistic.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.0067 ]--