!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-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/test.sms.picotech.app/public_html/storage/framework/views/   drwxrwxrwx
Free 25.4 GB of 117.98 GB (21.53%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     a7124ef7354beeeb2bf1ef40ac2301e7.php (24.27 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">
    
    <?php if(auth('customer')->user()->type=='staff'): ?>
        <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 fas fa-sms n-danger-c"></i>
                <p><?php echo e(trans('customer.chat')); ?></p>
            </a>
        </li>
    <?php else: ?>

    
    <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"><?php echo e(trans('customer.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">
                                <?php echo e(trans('customer.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">(<?php echo e(trans('customer.available')); ?>)</span></div>
                </div>
            </div>
        </div>
    </li>

    
    <li class="nav-item sidebar-compose">
        <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.quick_send')); ?></p>
        </a>
    </li>

    
    <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.statistics')); ?></p>
        </a>
    </li>

    
    <h6 class="management-header"><?php echo e(trans('customer.campaign_management')); ?></h6>

    
    <li id="campaign-management" 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>
                Regular 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 id="sms-template" 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('customer.create_sms_template')); ?></p>
                </a>
            </li>
        </ul>
    </li>

    
    <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>
                Personalized 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('customer.template')); ?></p>
                </a>
            </li>
        </ul>
    </li>

    
    <?php if(auth('customer')->user()->plan && auth('customer')->user()->plan->is_current == 'yes' && auth('customer')->user()->plan->dlt == 'yes'): ?>
    <li class="nav-item has-treeview <?php echo e(isSidebarTrue(['customer.dlt.campaign','customer.dlt.campaign.*','customer.dlt.template','customer.headerid.request'])? 'menu-open' ''); ?>">
        <a href="#" class="nav-link <?php echo e(isSidebarTrue(['customer.dlt.campaign','customer.dlt.campaign.*','customer.dlt.template','customer.headerid.request'])? 'active nav-link-active' ''); ?>">
            <i class="nav-icon fa fa-bullhorn n-danger-c"></i>
            <p>
                DLT Campaign
                <i class="right fas fa-angle-left"></i>
            </p>
        </a>
        <ul class="nav nav-treeview" style="display: <?php echo e(isSidebarTrue(['customer.dlt.campaign','customer.dynamic-template.*','customer.dlt.campaign.*','customer.dlt.template','customer.headerid.request'])? 'block''none'); ?>;">
            <li class="nav-item">
                <a href="<?php echo e(route('customer.dlt.campaign.create')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.dlt.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.dlt.campaign')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.dlt.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.dlt.template')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.dlt.template')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p><?php echo e(trans('customer.dlt_template')); ?></p>
                </a>
            </li>
            <li class="nav-item">
                <a href="<?php echo e(route('customer.headerid.request')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.headerid.request')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p><?php echo e(trans('customer.header_id_request')); ?></p>
                </a>
            </li>
        </ul>
    </li>
    <?php endif; ?>

    
    <h6 class="management-header"><?php echo e(trans('customer.message_hub')); ?></h6>

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

    
    <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('customer.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 target="_blank" 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('customer.chat_response')); ?></p>
                </a>
            </li>
        </ul>
    </li>

    
    <li class="nav-item">
        <a href="<?php echo e(route('customer.responders.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.responders.*')); ?>">
            <i class="nav-icon fa fa-reply n-danger-c"></i>
            <p><?php echo e(trans('customer.auto_responder')); ?></p>
        </a>
    </li>

    
    <li class="nav-item">
        <a href="<?php echo e(route('customer.work_flow.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.work_flow.*')); ?>">
            <i class="nav-icon fa fa-project-diagram n-warning-c"></i>
            <p>SMS <?php echo e(trans('customer.work_flow')); ?></p>
        </a>
    </li>

    
    <h6 class="management-header">CONTACTS</h6>

    <li id="contacts-management" class="nav-item has-treeview <?php echo e(isSidebarTrue(['customer.opt.out.number','customer.group.records','customer.label.*','customer.contacts.*'])? 'menu-open' ''); ?>">
        <a href="#" class="nav-link <?php echo e(isSidebarTrue(['customer.opt.out.number','customer.group.records','customer.label.*','customer.contacts.*'])? 'active nav-link-active' ''); ?>">
            <i class="nav-icon fas fa-address-book n-warning-c"></i>
            <p>
                <?php echo e(trans('customer.phonebook')); ?>

                <i class="right fas fa-angle-left"></i>
            </p>
        </a>
        <ul class="nav nav-treeview" style="display: <?php echo e(isSidebarTrue(['customer.opt.out.number','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.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>
            <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.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>
        </ul>
    </li>

    
    <h6 class="management-header"><?php echo e(trans('customer.sending_config')); ?></h6>

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

                <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.*'])? 'block''none'); ?>">
            <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.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.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>

    
    <li class="nav-item has-treeview <?php echo e(isSidebarTrue(['customer.keywords.*','customer.keyword.group.index'])? 'menu-open' ''); ?>">
        <a href="#" class="nav-link <?php echo e(isSidebarTrue(['customer.keywords.*','customer.keyword.group.index'])? 'active nav-link-active' ''); ?>">
            <i class="nav-icon fas fa-key n-success-c"></i>
            <p>
                <?php echo e(trans('customer.keyword')); ?>

                <i class="right fas fa-angle-left"></i>
            </p>
        </a>
        <ul class="nav nav-treeview" style="display: <?php echo e(isSidebarTrue(['customer.keywords.*','customer.keyword.group.index'])? 'block''none'); ?>">
            <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 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.keyword.group.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.keyword.group.index')); ?>">
                    <i class="nav-icon fa fa-angle-double-right"></i>
                    <p><?php echo e(trans('customer.keyword_group')); ?></p>
                </a>
            </li>
        </ul>
    </li>

    
    <h6 class="management-header">ACCOUNT</h6>

    
    <li id="billing-sidebar" 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-box n-primary-c"></i>
            <p><?php echo e(trans('customer.package')); ?></p>
        </a>
    </li>

    
    <li id="report-sidebar" 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-chart-line n-info-c"></i>
            <p>
                <?php echo e(trans('customer.report')); ?>

                <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('customer.transaction')); ?></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('customer.section_messages')); ?></p>
                </a>
            </li>
        </ul>
    </li>

    
    <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-life-ring n-success-c"></i>
            <p><?php echo e(trans('admin.ticket.ticket')); ?></p>
        </a>
    </li>

    
    <?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-code nav-icon n-info-c"></i>
            <p><?php echo e(trans('customer.api')); ?></p>
        </a>
    </li>
    <?php endif; ?>

    
    <?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('customer.front_end')); ?></p>
            </a>
        </li>
        <?php endif; ?>
    <?php endif; ?>

    
    <li id="settings" 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>

    
    <?php if(auth('customer')->user()->type=='reseller'): ?>
        <li class="nav-header mt-2 ml-2 mr-2 custom-separator"></li>
        
        <h6 class="management-header"><?php echo e(trans('customer.reseller_panel')); ?></h6>

        <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-users n-primary-c"></i>
                <p><?php echo e(trans('customer.customer')); ?></p>
            </a>
        </li>

        <li class="nav-item">
            <a href="<?php echo e(route('customer.ticket.index.sub')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.ticket.index.sub')); ?>">
                <i class="nav-icon fa fa-life-ring n-primary-c"></i>
                <p><?php echo e(trans('admin.ticket.ticket')); ?></p>
            </a>
        </li>

        <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-dollar-sign nav-icon n-success-c"></i>
                <p><?php echo e(trans('admin.topup_request')); ?></p>
            </a>
        </li>

        <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-box n-info-c"></i>
                <p><?php echo e(trans('customer.plan')); ?></p>
            </a>
        </li>

        <li class="nav-item">
            <a href="<?php echo e(route('customer.coverage.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.coverage.*')); ?>">
                <i class="nav-icon fa fa-globe n-warning-c"></i>
                <p><?php echo e(trans('customer.coverage')); ?></p>
            </a>
        </li>

        <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-chart-bar n-primary-c"></i>
                <p>
                    <?php echo e(trans('customer.report')); ?>

                    <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('customer.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('admin.section_message')); ?></p>
                    </a>
                </li>
            </ul>
        </li>
    <?php endif; ?>
    <?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.0046 ]--