This commit is contained in:
Saeed Vaziry
2024-06-08 19:48:17 +03:30
committed by GitHub
parent 3b42f93654
commit a862a603f2
36 changed files with 1127 additions and 23 deletions

View File

@ -161,6 +161,13 @@ class="fixed left-0 top-0 z-40 h-screen w-64 -translate-x-full border-r border-g
<x-hr />
@endif
<li>
<x-sidebar-link :href="route('scripts.index')" :active="request()->routeIs('scripts.*')">
<x-heroicon name="o-bolt" class="h-6 w-6" />
<span class="ml-2">Scripts</span>
</x-sidebar-link>
</li>
<li>
<x-sidebar-link :href="route('profile')" :active="request()->routeIs('profile')">
<x-heroicon name="o-user-circle" class="h-6 w-6" />