|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/leadai/leadai.co.in/storage/framework/views/ |
Upload File : |
<div class="side-menu">
<div class='side-menu-body'>
<ul>
<li class="side-menu-divider m-t-0"></li>
<li class="<?php echo e($mainSuperAdminMenu == 'dashboard' ? 'open' : ''); ?>">
<a href="<?php echo e(asset('dashboard')); ?>">
<i class="icon fa fa-globe"></i>
<span><?php echo e(__('message.dashboard')); ?></span>
</a>
</li>
<hr class="m-0 py-1">
<?php if(Auth::user()->hasRole('employee') ): ?>
<li>
<a class="<?php echo e($mainSuperAdminMenu == 'distributor' ? 'active' : ''); ?>"
href="<?php echo e(asset('distributor')); ?>">
<i class="icon fa fa-group"></i>
<span><?php echo e(__('message.distributor')); ?></span>
</a>
</li>
<?php endif; ?>
<?php if(Auth::user()->hasRole('employee') ): ?>
<li>
<a class="<?php echo e($mainSuperAdminMenu == 'restaurant' ? 'active' : ''); ?>"
href="<?php echo e(asset('restaurant')); ?>">
<i class="icon fa fa-building"></i>
<span><?php echo e(__('message.restaurant')); ?></span>
</a>
</li>
<li>
<a class="<?php echo e($mainSuperAdminMenu == 'licence' ? 'active' : ''); ?>"
href="<?php echo e(asset('licencekey')); ?>">
<i class="icon fa fa-key"></i>
<span><?php echo e(__('message.licence')); ?></span>
</a>
</li>
<li>
<a class="<?php echo e($mainSuperAdminMenu == 'sales' ? 'active' : ''); ?>"
href="<?php echo e(asset('sales')); ?>">
<i class="icon fa fa-money"></i>
<span><?php echo e(__('message.sales')); ?> <?php echo e(__('message.management')); ?></span>
</a>
</li>
<li>
<a class="<?php echo e($mainSuperAdminMenu == 'reports' ? 'active' : ''); ?>"
href="<?php echo e(asset('reports')); ?>">
<i class="icon fa fa-file-text"></i>
<span><?php echo e(__('message.reports')); ?> </span>
</a>
</li>
<li>
<a class="<?php echo e($mainSuperAdminMenu == 'notifications' ? 'active' : ''); ?>"
href="<?php echo e(asset('licencekey')); ?>">
<i class="icon fa fa-bell"></i>
<span><?php echo e(__('message.notifications')); ?> </span>
</a>
</li>
<?php endif; ?>
<?php if(Auth::user()->hasRole('distributor')): ?>
<li>
<a class="<?php echo e($mainSuperAdminMenu == 'restaurant' ? 'active' : ''); ?>"
href="<?php echo e(asset('/distributor/restaurant')); ?>">
<i class="icon fa fa-building"></i>
<span><?php echo e(__('message.restaurant')); ?></span>
</a>
</li>
<li>
<a class="<?php echo e($mainSuperAdminMenu == 'licence' ? 'active' : ''); ?>"
href="<?php echo e(asset('/distributor/licencekey')); ?>">
<i class="icon fa fa-key"></i>
<span><?php echo e(__('message.licence')); ?></span>
</a>
</li>
<li>
<a class="<?php echo e($mainSuperAdminMenu == 'sales' ? 'active' : ''); ?>"
href="<?php echo e(asset('/distributor/sales')); ?>">
<i class="icon fa fa-money"></i>
<span><?php echo e(__('message.sales')); ?> <?php echo e(__('message.management')); ?></span>
</a>
</li>
<li>
<a class="<?php echo e($mainSuperAdminMenu == 'reports' ? 'active' : ''); ?>"
href="<?php echo e(asset('/distributor/reports')); ?>">
<i class="icon fa fa-file-text"></i>
<span><?php echo e(__('message.reports')); ?> </span>
</a>
</li>
<?php endif; ?>
</ul>
</div>
</div>
<?php /**PATH C:\xampp\htdocs\licence_panel\resources\views/components/side-menu.blade.php ENDPATH**/ ?>