Path : /var/www/html/jewelry-pos/storage/framework/views/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/jewelry-pos/storage/framework/views/2b209aad6e45908bac14b1c387dcc8c2.php |
<nav id="js-primary-nav" class="primary-nav" role="navigation"> <ul id="js-nav-menu" class="nav-menu"> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('point-to-sale')): ?> <li id="menu_dashboard" class="<?php echo e(Request::is('/') ? 'active' : ''); ?>"> <a href="<?php echo e(route('home')); ?>" title="<?php echo e(__('message.dashboard')); ?>" data-filter-tags="application intel"> <i class="fal fa-home"></i> <span class="nav-link-text" data-i18n="nav.application_intel"><?php echo e(__('message.dashboard')); ?></span> </a> </li> <?php if(request()->is('/')): ?> <li id="menu_dashboard" class="<?php echo e(Request::is('/') ? 'active' : ''); ?>"> <a href="<?php echo e(route('home')); ?>" title="<?php echo e(__('message.dashboard')); ?>" data-filter-tags="application intel"> <i class="fal fa-home"></i> <span class="nav-link-text" data-i18n="nav.application_intel"><?php echo e(__('message.dashboard')); ?></span> </a> </li> <?php endif; ?> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('product-list')): ?> <li id="menu_product"> <a href="<?php echo e(route('products.index')); ?>" title="<?php echo e(__('message.products')); ?>" data-filter-tags="documentation project structure"> <i class="fal fa-cart-arrow-down"></i> <span class="nav-link-text" data-i18n="nav.documentation_project_structure"><?php echo e(__('message.products')); ?></span> </a> </li> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('sale-list')): ?> <li id="menu_sales" <?php echo e(Request::path('/sales') ? 'active' : ''); ?>"> <a href="<?php echo e(route('sales.index')); ?>" title="<?php echo e(__('message.sales')); ?>" data-filter-tags="documentation general docs"> <i class="fal fa-sack-dollar"></i> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.sales')); ?></span> </a> </li> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('member-list')): ?> <li id="menu_member" <?php echo e(Request::path('/member') ? 'active' : ''); ?>"> <a href="<?php echo e(route('member.index')); ?>" title="<?php echo e(__('message.customer')); ?>" data-filter-tags="documentation general docs"> <i class="fal fa-users"></i> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.customer')); ?></span> </a> </li> <?php endif; ?> <li id="menu_stock_list"> <a href="#" title="<?php echo e(__('message.warehouse')); ?>" data-filter-tags="documentation"> <i class="fal fa-store"></i> <span class="nav-link-text" data-i18n="nav.documentation"><?php echo e(__('message.warehouse')); ?></span> </a> <ul id="collapse_stock"> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('report-list')): ?> <li id="menu_expense_options"> <a href="<?php echo e(route('warehouse-product.category-show')); ?>" title="<?php echo e(__('message.warehouse balance')); ?>" data-filter-tags="documentation general docs"> <i class="fal fa-database"></i> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.warehouse balance')); ?></span> </a> </li> <?php endif; ?> <li id="build_stock_date"> <a href="<?php echo e(route('build-stock-date.show')); ?>" title="<?php echo e(__('message.building stock')); ?>" data-filter-tags="documentation general docs"> <i class="fal fa-server"></i> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.building stock')); ?></span> </a> </li> </ul> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('report-list')): ?> <li id="menu_report_list"> <a href="#" title="<?php echo e(__('message.report')); ?>" data-filter-tags="documentation"> <i class="fal fa-chart-area"></i> <span class="nav-link-text" data-i18n="nav.documentation"><?php echo e(__('message.report')); ?></span> </a> <ul id="collapse_report"> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('reports-sale-list')): ?> <li id="menu_sale_report"> <a href="<?php echo e(route('sale-report.index')); ?>" title="<?php echo e(__('message.sale report')); ?>" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.sale report')); ?></span> </a> </li> <li id="menu_sale_report2"> <a href="<?php echo e(route('sale-report.index2')); ?>" title="<?php echo e(__('message.sale report')); ?>2" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.sale report')); ?>2</span> </a> </li> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('reports-buy-back-list')): ?> <li id="menu_buy_back_report"> <a href="<?php echo e(route('reports.buy_back')); ?>" title="<?php echo e(__('message.buy back report')); ?>" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.buy back report')); ?></span> </a> </li> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('reports-grn-list')): ?> <li id="menu_expense_grn"> <a href="<?php echo e(route('grn-list')); ?>" title="<?php echo e(__('message.grn report')); ?>" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.grn report')); ?></span> </a> </li> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('reports-product-transaction-list')): ?> <li id="menu_expense_product_qty_history"> <a href="<?php echo e(route('reports.product-qty-history-option')); ?>" title="<?php echo e(__('message.product qty history')); ?>" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.product qty history')); ?></span> </a> </li> <li id="menu_expense_product_qty_history2"> <a href="<?php echo e(route('reports.product-qty-history-option2')); ?>" title="<?php echo e(__('message.product qty history')); ?> 2" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.product qty history')); ?> 2</span> </a> </li> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('reports-summary-list')): ?> <li id="menu_expense_report"> <a href="<?php echo e(route('report.index')); ?>" title="<?php echo e(__('message.summary report')); ?>" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.summary report')); ?></span> </a> </li> <li id="menu_deleted_report"> <a href="<?php echo e(route('deleted-report.index')); ?>" title="<?php echo e(__('message.deleted report')); ?>" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.deleted report')); ?></span> </a> </li> <li id="menu_adjustment_report"> <a href="<?php echo e(route('adjustment-report.index')); ?>" title="<?php echo e(__('message.adjustment report')); ?>" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.adjustment report')); ?></span> </a> </li> <?php endif; ?> </ul> </li> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('setup-list')): ?> <li id="menu_setup_list"> <a href="#" title="<?php echo e(__('message.configuration')); ?>" data-filter-tags="documentation"> <i class="fal fa-cogs"></i> <span class="nav-link-text" data-i18n="nav.documentation"><?php echo e(__('message.configuration')); ?></span> </a> <ul id="collapse_setup"> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('currency-list')): ?> <li id="menu_currency"> <a href="<?php echo e(route('currencies.index')); ?>" title="<?php echo e(__('message.currency')); ?>" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.currency')); ?></span> </a> </li> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('supplier-list')): ?> <li id="menu_supplier"> <a href="<?php echo e(route('suppliers.index')); ?>" title="<?php echo e(__('message.supplier')); ?>" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.supplier')); ?></span> </a> </li> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('product-category-list')): ?> <li id="menu_product_category" class="nav-menu"> <a href="<?php echo e(route('product-category.index')); ?>" title="<?php echo e(__('message.product category')); ?>" data-filter-tags="documentation project structure"> <span class="nav-link-text" data-i18n="nav.documentation_project_structure"><?php echo e(__('message.product category')); ?></span> </a> </li> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('setting-list')): ?> <li id="menu_settings"> <a href="<?php echo e(route('settings.index')); ?>" title="<?php echo e(__('message.company')); ?>" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.company')); ?></span> </a> </li> <?php endif; ?> </ul> </li> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('profile-list')): ?> <li id="menu_user_list"> <a href="#" title="<?php echo e(__('message.user profile')); ?>" data-filter-tags="<?php echo e(__('message.user profile')); ?>"> <i class="fal fa-user-unlock"></i> <span class="nav-link-text" data-i18n="nav.documentation"><?php echo e(__('message.user profile')); ?></span> </a> <ul id="collapse_user"> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('role-list')): ?> <li id="menu_role"> <a href="<?php echo e(route('roles.index')); ?>" title="<?php echo e(__('message.role')); ?>" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.role')); ?></span> </a> </li> <?php endif; ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('user-list')): ?> <li id="menu_user"> <a href="<?php echo e(route('users.index')); ?>" title="<?php echo e(__('message.user list')); ?>" data-filter-tags="documentation general docs"> <span class="nav-link-text" data-i18n="nav.documentation_general_docs"><?php echo e(__('message.user list')); ?></span> </a> </li> <?php endif; ?> </ul> </li> <?php endif; ?> <li> <a href="<?php echo e(route('logout')); ?>" title="<?php echo e(__('message.logout')); ?>" data-filter-tags="" onclick="return confirm('<?php echo e(__('message.do you want to logout?')); ?>')"> <i class="fal fa-sign-out"></i> <span class="nav-link-text logout" data-i18n="nav.documentation_project_structure"><?php echo e(__('message.logout')); ?></span> </a> </li> </ul> <div class="filter-message js-filter-message bg-success-600"></div> </nav> <?php /**PATH /var/www/html/jewelry-pos/resources/views/layouts/inc/navbar.blade.php ENDPATH**/ ?>