user list

This commit is contained in:
Saufi
2026-05-11 12:17:32 +08:00
parent 0b3705573c
commit a461f0bb42
6 changed files with 100 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
<x-nav-link :href="route('dashboard')" :active="request()->routeIs('dashboard')">
{{ __('Dashboard') }}
</x-nav-link>
<x-nav-link :href="route('users.index')" :active="request()->routeIs('users.index')">
{{ __('Users') }}
</x-nav-link>
</div>
</div>
@@ -70,6 +73,9 @@
<x-responsive-nav-link :href="route('dashboard')" :active="request()->routeIs('dashboard')">
{{ __('Dashboard') }}
</x-responsive-nav-link>
<x-responsive-nav-link :href="route('users.index')" :active="request()->routeIs('users.index')">
{{ __('Users') }}
</x-responsive-nav-link>
</div>
<!-- Responsive Settings Options -->