File: /www/wwwroot/www.shooperm.com/storage/framework/views/53171750c4302b3fdfb0aee68f4b5fde78c5bd14.php
<?php if(permissionCheck('payment_gateway.index')): ?>
<li class="<?php echo e(request()->is('paymentgateway') ? 'mm-active' :''); ?> sortable_li" data-position="<?php echo e(menuManagerCheck(1,17)->position); ?>" data-status="<?php echo e(menuManagerCheck(1,17)->status); ?>">
<a href="<?php echo e(route('payment_gateway.index')); ?>" aria-expanded="false">
<div class="nav_icon_small">
<span class="far fa-money-bill-alt"></span>
</div>
<div class="nav_title">
<span><?php echo e(__('general_settings.Payment Gateways')); ?></span>
</div>
</a>
</li>
<?php endif; ?>
<?php /**PATH /www/wwwroot/www.shooperm.com/Modules/PaymentGateway/Resources/views/menu.blade.php ENDPATH**/ ?>