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/a7c5506e7ad512225d1a08ebccd3f5ac6db5c737.php
<?php if(permissionCheck('review_module')): ?>
<?php
    $review_backend = false;
    if(request()->is('review/*') || request()->is('seller/product-reviews') || request()->is('seller/my-reviews') || request()->is('review/review_configuration'))
    {
        $review_backend = true;
    }
?>
<li class="<?php echo e($review_backend ?'mm-active' : ''); ?> sortable_li" data-position="<?php echo e(menuManagerCheck(1,13)->position); ?>" data-status="<?php echo e(menuManagerCheck(1,13)->status); ?>">
    <a href="javascript:;" class="has-arrow" aria-expanded="<?php echo e($review_backend ? 'true' : 'false'); ?>">
        <div class="nav_icon_small">
            <span class="fas fa-user"></span>
        </div>
        <div class="nav_title">
            <span><?php echo e(__('review.review')); ?></span>
        </div>
    </a>
    <ul id="review_ul">
        <?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('review.product.index') && menuManagerCheck(2,13,'review.product.index')->status == 1): ?>
                <li data-position="<?php echo e(menuManagerCheck(2,13,'review.product.index')->position); ?>">
                    <a href="<?php echo e(route('review.product.index')); ?>" <?php if(request()->is('review/product-list')): ?> class="active"
                        <?php endif; ?>><?php echo e(__('review.product_review')); ?></a>
                </li>
            <?php endif; ?>
            <?php if(permissionCheck('review.seller.index') && menuManagerCheck(2,13,'review.seller.index')->status == 1): ?>
                <li data-position="<?php echo e(menuManagerCheck(2,13,'review.seller.index')->position); ?>">
                    <a href="<?php echo e(route('review.seller.index')); ?>" <?php if(request()->is('review/seller-list')): ?> class="active"
                        <?php endif; ?>><?php if(isModuleActive('MultiVendor')): ?><?php echo e(__('review.seller_review')); ?><?php else: ?> <?php echo e(__('review.company_review')); ?> <?php endif; ?></a>
                </li>
            <?php endif; ?>

            <?php if(permissionCheck('review.review_configuration') && menuManagerCheck(2,13,'review.review_configuration')->status == 1): ?>
                <li data-position="<?php echo e(menuManagerCheck(2,13,'review.review_configuration')->position); ?>">
                    <a href="<?php echo e(route('review.review_configuration')); ?>" <?php if(request()->is('review/review_configuration')): ?> class="active"
                        <?php endif; ?>><?php echo e(__('review.review')); ?> <?php echo e(__('common.configuration')); ?></a>
                </li>
            <?php endif; ?>

        <?php endif; ?>

        <?php if(isModuleActive('MultiVendor')): ?>
            <?php if(permissionCheck('seller.product-reviews.index') && menuManagerCheck(2,13,'seller.product-reviews.index')->status == 1): ?>
                <li data-position="<?php echo e(menuManagerCheck(2,13,'seller.product-reviews.index')->position); ?>">
                    <a href="<?php echo e(route('seller.product-reviews.index')); ?>" <?php if(request()->is('seller/product-reviews')): ?>
                        class="active" <?php endif; ?>><?php echo e(__('review.my_product_review')); ?></a>
                </li>
            <?php endif; ?>

            <?php if(permissionCheck('my-reviews.index') && menuManagerCheck(2,13,'my-reviews.index')->status == 1): ?>
                <li data-position="<?php echo e(menuManagerCheck(2,13,'my-reviews.index')->position); ?>">
                    <a href="<?php echo e(route('seller.my-reviews.index')); ?>" <?php if(request()->is('seller/my-reviews')): ?> class="active"
                        <?php endif; ?>><?php echo e(__('review.my_review')); ?></a>
                </li>
            <?php endif; ?>
        <?php endif; ?>
        
    </ul>
</li>
<?php endif; ?>
<?php /**PATH /www/wwwroot/www.shooperm.com/Modules/Review/Resources/views/menu.blade.php ENDPATH**/ ?>