Viewing file: 444c2cf488e782f69ebb4d3fbeac0de4.php (29.12 KB) -rw-r--r-- 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 --> <?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>
<!--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.statistics')); ?>
</p> </a> </li>
<!--Message Overview -->
<h6 class="management-header"><?php echo e(trans('customer.campaign_management')); ?></h6>
<!--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('customer.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('customer.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('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'): ?> <!--DLT Campaign --> <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> <?php echo e(trans('customer.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 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 -->
<!--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('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>
<!--Contacts -->
<!--Keyword -->
<!--Responder --> <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-window-maximize n-danger-c"></i> <p> <?php echo e(trans('customer.auto_responder')); ?>
</p> </a> </li> <!--Work Flow --> <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-window-maximize n-warning-c"></i> <p> SMS <?php echo e(trans('customer.work_flow')); ?>
</p> </a> </li>
<li class="nav-item has-treeview <?php echo e(isSidebarTrue(['customer.keywords.*','customer.keyword.group.index'])? 'menu-open' : ''); ?>"> <a href="<?php echo e(route('customer.keywords.index')); ?>" class="nav-link <?php echo e(isSidebarTrue(['customer.keywords.*','customer.keyword.group.index'])? 'active nav-link-active' : ''); ?>"> <i class="nav-icon fas fa-file-word 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"><?php echo e(trans('customer.sending_config')); ?></h6> <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.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.*','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> <li class="nav-item has-treeview <?php echo e(isSidebarTrue(['customer.opt.out.number','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.opt.out.number','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.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.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> <li class="nav-item d-none"> <a href="<?php echo e(route('customer.opt.out.number')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.opt.out.number')); ?>"> <i class="nav-icon fa fa-angle-double-right"></i> <p> <?php echo e(trans('customer.opt_out_list')); ?>
</p> </a> </li>
</ul>
</li>
<h6 class="management-header"><?php echo e(trans('customer.extra')); ?></h6>
<!--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> <?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>
<!--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.package')); ?>
</p> </a> </li>
<li class="nav-item d-none"> <a href="<?php echo e(route('customer.staff.index')); ?>" class="nav-link <?php echo e(isSidebarActive('customer.staff.*')); ?>"> <i class="nav-icon fa fa-user-plus n-warning-c" aria-hidden="true"></i> <p> <?php echo e(trans('customer.staff')); ?>
</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>
<?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('customer.api')); ?>
</p> </a> </li> <?php endif; ?>
<!--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('customer.front_end')); ?>
</p> </a> </li> <?php endif; ?> <?php endif; ?>
<h6 class="management-header"><?php echo e(trans('customer.settings_big')); ?></h6> <!--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(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('customer.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('customer.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> <?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/sms.picotech.app/public_html/resources/views/layouts/includes/customer_sidebar.blade.php ENDPATH**/ ?>
|