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**/ ?>