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/Modules/FrontendCMS/Resources/views/menu.blade.php
@if (permissionCheck('frontendcms.widget.index') || permissionCheck('frontendcms.features.index') || permissionCheck('frontendcms.merchant-content.index') || permissionCheck('frontendcms.pricing.index') ||permissionCheck('frontendcms.return-exchange.index') || permissionCheck('frontendcms.contact-content.index') || permissionCheck('frontendcms.static-page.index')|| permissionCheck('footerSetting.footer.index') || permissionCheck('frontendcms.subscribe-content.index') || permissionCheck('frontendcms.about-us.index') || permissionCheck('frontendcms.title_index'))
    @php
        $frontend_cms = false;

        if(request()->is('frontendcms/*') || request()->is('footer/footer-setting'))
        {
            $frontend_cms = true;
        }
    @endphp
<li class="{{ $frontend_cms ?'mm-active' : '' }} sortable_li" data-position="{{ menuManagerCheck(1,2)->position }}" data-status="{{ menuManagerCheck(1,2)->status }}">
    <a href="javascript:;" class="has-arrow" aria-expanded="{{ $frontend_cms ? 'true' : 'false' }}">
        <div class="nav_icon_small">
            <span class="fas fa-user"></span>
        </div>
        <div class="nav_title">
            <span>{{ __('frontendCms.frontend_cms') }}</span>
        </div>
    </a>
    <ul id="frontend_cms">
        @if (permissionCheck('frontendcms.widget.index') && menuManagerCheck(2,2,'frontendcms.widget.index')->status == 1)
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.widget.index')->position }}">
                <a href="{{ route('frontendcms.widget.index') }}" class="{{request()->is('frontendcms/homepage') ? 'active' : ''}}">{{ __('frontendCms.home_page') }}</a>
            </li>
        @endif
        @if (permissionCheck('frontendcms.features.index') && menuManagerCheck(2,2,'frontendcms.features.index')->status == 1 && app('theme')->folder_path != 'amazy')
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.features.index')->position }}">
                <a href="{{ route('frontendcms.features.index') }}" class="{{request()->is('frontendcms/features') ? 'active' : ''}}">{{ __('frontendCms.features') }}</a>
            </li>
        @endif

        @if (permissionCheck('frontendcms.merchant-content.index') && menuManagerCheck(2,2,'frontendcms.merchant-content.index')->status == 1 && isModuleActive('MultiVendor'))
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.merchant-content.index')->position }}">
                <a href="{{ route('frontendcms.merchant-content.index') }}" class="{{request()->is('frontendcms/merchant-content') ? 'active' : ''}}">{{ __('frontendCms.merchant_content') }}</a>
            </li>
        @endif

        @if (permissionCheck('frontendcms.return-exchange.index') && menuManagerCheck(2,2,'frontendcms.return-exchange.index')->status == 1)
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.return-exchange.index')->position }}">
                <a href="{{ route('frontendcms.return-exchange.index') }}" class="{{request()->is('frontendcms/return-exchange') ? 'active' : ''}}">{{ __('frontendCms.return_exchange') }}</a>
            </li>
        @endif
        @if (permissionCheck('frontendcms.contact-content.index') && menuManagerCheck(2,2,'frontendcms.contact-content.index')->status == 1)
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.contact-content.index')->position }}">
                <a href="{{ route('frontendcms.contact-content.index') }}" class="{{request()->is('frontendcms/contact-content') ? 'active' : ''}}">{{ __('frontendCms.contact_content') }}</a>
            </li>
        @endif
        @if (permissionCheck('frontendcms.dynamic-page.index') && menuManagerCheck(2,2,'frontendcms.dynamic-page.index')->status == 1)
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.dynamic-page.index')->position }}">
                <a href="{{ route('frontendcms.dynamic-page.index') }}" class="{{request()->is('frontendcms/dynamic-page') ? 'active' : ''}}">{{ __('frontendCms.dynamic_pages') }}</a>
            </li>
        @endif
        @if (permissionCheck('footerSetting.footer.index') && menuManagerCheck(2,2,'footerSetting.footer.index')->status == 1)
            <li data-position="{{ menuManagerCheck(2,2,'footerSetting.footer.index')->position }}">
                <a href="{{ route('footerSetting.footer.index') }}" class="{{request()->is('footer/footer-setting') ? 'active' : ''}}">{{ __('frontendCms.footer_setting') }}</a>
            </li>
        @endif
        @if (permissionCheck('frontendcms.subscribe-content.index') && menuManagerCheck(2,2,'frontendcms.subscribe-content.index')->status == 1)
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.subscribe-content.index')->position }}">
                <a href="{{ route('frontendcms.subscribe-content.index') }}" class="{{request()->is('frontendcms/subscribe-content') ? 'active' : ''}}">{{ __('frontendCms.subscription') }}</a>
            </li>
        @endif

        @if (permissionCheck('frontendcms.popup-content.index') && menuManagerCheck(2,2,'frontendcms.popup-content.index')->status == 1)
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.subscribe-content.index')->position }}">
                <a href="{{ route('frontendcms.popup-content.index') }}" class="{{request()->is('frontendcms/popup-content') ? 'active' : ''}}">{{ __('frontendCms.popup_content') }}</a>
            </li>
        @endif
        @if (permissionCheck('frontendcms.promotionbar.index') && menuManagerCheck(2,2,'frontendcms.promotionbar.index')->status == 1 && app('theme')->folder_path == 'amazy')
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.promotionbar.index')->position }}">
                <a href="{{ route('frontendcms.promotionbar.index') }}" class="{{request()->is('frontendcms/promotion-bar') ? 'active' : ''}}">{{ __('frontendCms.promotion_bar') }}</a>
            </li>
        @endif
        @if (permissionCheck('frontendcms.ads_bar.index') && menuManagerCheck(2,2,'frontendcms.ads_bar.index')->status == 1 && app('theme')->folder_path == 'amazy')
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.ads_bar.index')->position }}">
                <a href="{{ route('frontendcms.ads_bar.index') }}" class="{{request()->is('frontendcms/ads-bar') ? 'active' : ''}}">{{ __('frontendCms.ads_bar') }}</a>
            </li>
        @endif

        @if (permissionCheck('frontendcms.about-us.index') && menuManagerCheck(2,2,'frontendcms.about-us.index')->status == 1 && app('theme')->folder_path == 'default')
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.about-us.index')->position }}">
                <a href="{{ route('frontendcms.about-us.index') }}" class="{{request()->is('frontendcms/about-us') ? 'active' : ''}}">{{ __('frontendCms.about_us') }}</a>
            </li>
        @endif
        @if (permissionCheck('frontendcms.title_index') && menuManagerCheck(2,2,'frontendcms.title_index')->status == 1)
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.title_index')->position }}">
                <a href="{{ route('frontendcms.title_index') }}" class="{{request()->is('frontendcms/title-setting') ? 'active' : ''}}">{{ __('frontendCms.related_sale_setting') }}</a>
            </li>
        @endif
        
        @if (permissionCheck('frontendcms.login_page') && menuManagerCheck(2,2,'frontendcms.login_page')->status == 1 && app('theme')->folder_path == 'amazy')
            <li data-position="{{ menuManagerCheck(2,2,'frontendcms.login_page')->position }}">
                <a href="{{ route('frontendcms.login_page') }}" class="{{request()->is('frontendcms/login-page') ? 'active' : ''}}">{{ __('frontendCms.login_page') }}</a>
            </li>
        @endif
    </ul>
</li>
@endif