update staff permissions

This commit is contained in:
Abhishek Mali
2026-02-27 12:59:20 +05:30
parent e188780329
commit 599023166a
5 changed files with 14 additions and 10 deletions

View File

@@ -273,12 +273,12 @@ header .bi-bell .badge {
{{-- Container NEW MENU --}}
@can('containers.view')
{{-- Container NEW MENU --}}
@can('container.view')
<a href="{{ route('containers.index') }}" class="{{ request()->routeIs('containers.*') ? 'active' : '' }}">
<i class="fa-solid fa-box"></i> Container
</a>
@endcan
@endcan