fix feature report stock product

This commit is contained in:
2025-07-08 14:24:01 +07:00
parent 956df5cfe6
commit cfef3775d7
11 changed files with 1196 additions and 16 deletions

View File

@@ -205,9 +205,9 @@
</li>
@endcan
@can('view', $menus['work.index'])
@can('view', $menus['reports.stock-product.index'])
<li class="kt-menu__item" aria-haspopup="true">
<a href="{{ route('work.index') }}" class="kt-menu__link">
<a href="{{ route('reports.stock-product.index') }}" class="kt-menu__link">
<i class="fa fa-cubes" style="display: flex; align-items: center; margin-right: 10px;"></i>
<span class="kt-menu__link-text">Stok Produk</span>
</a>