File: /www/wwwroot/www.shooperm.com/storage/framework/views/bd6ebfb6e7467e086558fa2d0e31a7f89bf7c639.php
<?php if(permissionCheck('gst_setup')): ?>
<?php
$gst_admin = false;
if(request()->is('gst-setup/*'))
{
$gst_admin = true;
}
?>
<li class="<?php echo e($gst_admin ?'mm-active' : ''); ?> sortable_li" data-position="<?php echo e(menuManagerCheck(1,19)->position); ?>" data-status="<?php echo e(menuManagerCheck(1,19)->status); ?>">
<a href="javascript:;" class="has-arrow" aria-expanded="<?php echo e($gst_admin ? 'true' : 'false'); ?>">
<div class="nav_icon_small">
<span class="fas fa-wrench"></span>
</div>
<div class="nav_title">
<span><?php echo e(__('gst.gst_setup')); ?></span>
</div>
</a>
<ul id="gst_ul">
<?php if(permissionCheck('gst_tax.index') && menuManagerCheck(2,19,'gst_tax.index')->status == 1): ?>
<li data-position="<?php echo e(menuManagerCheck(2,19,'gst_tax.index')->position); ?>">
<a href="<?php echo e(route('gst_tax.index')); ?>" <?php if(request()->is('gst-setup/gst')): ?> class="active" <?php endif; ?>><?php echo e(__('gst.gst_list')); ?></a>
</li>
<?php endif; ?>
<?php if(permissionCheck('gst_tax.configuration_index') && menuManagerCheck(2,19,'gst_tax.configuration_index')->status == 1): ?>
<li data-position="<?php echo e(menuManagerCheck(2,19,'gst_tax.configuration_index')->position); ?>">
<a href="<?php echo e(route('gst_tax.configuration_index')); ?>" <?php if(request()->is('gst-setup/gst/configuration')): ?> class="active" <?php endif; ?>><?php echo e(__('gst.configuration')); ?></a>
</li>
<?php endif; ?>
</ul>
</li>
<?php endif; ?>
<?php /**PATH /www/wwwroot/www.shooperm.com/Modules/GST/Resources/views/menu.blade.php ENDPATH**/ ?>