![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ledger.corals.io/storage/framework/views/ |
<!-- ============================================================== --> <!-- Left Sidebar - style you can find in sidebar.scss --> <!-- ============================================================== --> <aside class="left-sidebar"> <!-- Sidebar scroll--> <div class="scroll-sidebar"> <!-- Sidebar navigation--> <nav class="sidebar-nav"> <ul id="sidebarnav"> <li class="<?php echo e(\Request::is('dashboard')?'active':''); ?>"> <a class="waves-effect waves-dark" href="<?php echo e(url('dashboard')); ?>"> <?php echo app('translator')->get('corals-elite-admin::labels.partial.dashboard'); ?> </a> </li> <?php echo $__env->make('partials.menu.menu_item', ['menus'=>Menus::getMenu('sidebar','active') ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </ul> </nav> <!-- End Sidebar navigation --> </div> <!-- End Sidebar scroll--> </aside> <!-- ============================================================== --> <!-- End Left Sidebar - style you can find in sidebar.scss --> <!-- ============================================================== --><?php /**PATH /home/corals/ledger.corals.io/resources/themes/elite-admin/partials/sidebar.blade.php ENDPATH**/ ?>