HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.shooperm.com/storage/framework/views/b9b885ac7a20ea5587acd82f5c1350a10f5691e3.php
<?php if(permissionCheck('marketing_module')): ?>
    <?php
        $marketting_admin = false;
        if(request()->is('marketing/*'))
        {
            $marketting_admin = true;
        }
    ?>
    <li class="<?php echo e($marketting_admin ?'mm-active' : ''); ?> sortable_li" data-position="<?php echo e(menuManagerCheck(1,10)->position); ?>" data-status="<?php echo e(menuManagerCheck(1,10)->status); ?>">
        <a href="javascript:;" class="has-arrow" aria-expanded="<?php echo e($marketting_admin ? 'true' : 'false'); ?>">
            <div class="nav_icon_small">
                <span class="fas fa-user"></span>
            </div>
            <div class="nav_title">
                <span><?php echo e(__('marketing.marketing')); ?></span>
            </div>
        </a>
        <ul id="marketing_ul">
            <?php if(permissionCheck('marketing.flash-deals') && menuManagerCheck(2,10,'marketing.flash-deals')->status == 1): ?>
                <li data-position="<?php echo e(menuManagerCheck(2,10,'marketing.flash-deals')->position); ?>">
                    <a href="<?php echo e(route('marketing.flash-deals')); ?>" <?php if(strpos(request()->getUri(),'flash-deals') != false): ?> class="active" <?php endif; ?>><?php echo e(__('marketing.flash_deals')); ?></a>
                </li>
            <?php endif; ?>
            <?php if(permissionCheck('marketing.coupon.get-data') && menuManagerCheck(2,10,'marketing.coupon.get-data')->status == 1): ?>
                <li data-position="<?php echo e(menuManagerCheck(2,10,'marketing.coupon.get-data')->position); ?>">
                    <a href="<?php echo e(route('marketing.coupon')); ?>" <?php if(strpos(request()->getUri(),'coupon') != false): ?> class="active" <?php endif; ?>><?php echo e(__('marketing.coupons')); ?></a>
                </li>
            <?php endif; ?>
            <?php if(auth()->check() && auth()->user()->role->type == "superadmin" || auth()->check() && auth()->user()->role->type == "admin" || auth()->check() && auth()->user()->role->type == "staff"): ?>
                <?php if(permissionCheck('marketing.new-user-zone') && menuManagerCheck(2,10,'marketing.new-user-zone')->status == 1): ?>
                    <li data-position="<?php echo e(menuManagerCheck(2,10,'marketing.new-user-zone')->position); ?>">
                        <a href="<?php echo e(route('marketing.new-user-zone')); ?>" <?php if(strpos(request()->getUri(),'new-user-zone') != false): ?> class="active" <?php endif; ?>><?php echo e(__('marketing.new_user_zone')); ?></a>
                    </li>
                <?php endif; ?>
                <?php if(permissionCheck('marketing.news-letter') && menuManagerCheck(2,10,'marketing.news-letter.get-data')->status == 1): ?>
                    <li data-position="<?php echo e(menuManagerCheck(2,10,'marketing.news-letter.get-data')->position); ?>">
                        <a href="<?php echo e(route('marketing.news-letter')); ?>" <?php if(strpos(request()->getUri(),'news-letter') != false): ?> class="active" <?php endif; ?>><?php echo e(__('marketing.news_letters')); ?></a>
                    </li>
                <?php endif; ?>
                <?php if(permissionCheck('marketing.bulk-sms.get-data') && menuManagerCheck(2,10,'marketing.bulk-sms.get-data')->status == 1): ?>
                    <li data-position="<?php echo e(menuManagerCheck(2,10,'marketing.bulk-sms.get-data')->position); ?>">
                        <a href="<?php echo e(route('marketing.bulk-sms')); ?>" <?php if(strpos(request()->getUri(),'bulk-sms') != false): ?> class="active" <?php endif; ?>><?php echo e(__('marketing.bulk_sms')); ?></a>
                    </li>
                <?php endif; ?>
                <?php if(permissionCheck('marketing.subscriber.get-data') && menuManagerCheck(2,10,'marketing.subscriber.get-data')->status == 1): ?>
                    <li data-position="<?php echo e(menuManagerCheck(2,10,'marketing.subscriber.get-data')->position); ?>">
                        <a href="<?php echo e(route('marketing.subscriber')); ?>" <?php if(strpos(request()->getUri(),'subscriber') != false): ?> class="active" <?php endif; ?>><?php echo e(__('marketing.subscribers')); ?></a>
                    </li>
                <?php endif; ?>
                <?php if(permissionCheck('marketing.referral-code.get-data') && menuManagerCheck(2,10,'marketing.referral-code.get-data')->status == 1): ?>
                    <li data-position="<?php echo e(menuManagerCheck(2,10,'marketing.referral-code.get-data')->position); ?>">
                        <a href="<?php echo e(route('marketing.referral-code')); ?>" <?php if(strpos(request()->getUri(),'referral-code') != false): ?> class="active" <?php endif; ?>><?php echo e(__('marketing.referral_code_setup')); ?></a>
                    </li>
                <?php endif; ?>
                <?php if(permissionCheck('marketing.configuration') && menuManagerCheck(2,10,'marketing.configuration')->status == 1): ?>
                    <li data-position="<?php echo e(menuManagerCheck(2,10,'marketing.configuration')->position); ?>">
                        <a href="<?php echo e(route('marketing.configuration')); ?>" <?php if(strpos(request()->getUri(),'referral-code') != false): ?> class="active" <?php endif; ?>><?php echo e(__('common.configuration')); ?></a>
                    </li>
                <?php endif; ?>
            <?php endif; ?>
        </ul>
    </li>
<?php endif; ?>
<?php /**PATH /www/wwwroot/www.shooperm.com/Modules/Marketing/Resources/views/menu.blade.php ENDPATH**/ ?>