user listing with pagination

This commit is contained in:
2026-05-11 11:18:23 +08:00
parent 5f361d0e39
commit 27c2869109
4 changed files with 79 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('user.index')" :active="request()->routeIs('user.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('user.index')" :active="request()->routeIs('user.index')">
{{ __('Users') }}
</x-responsive-nav-link>
</div>
<!-- Responsive Settings Options -->