Create user ready

This commit is contained in:
Александр Бабкин
2022-06-24 12:47:49 +03:00
parent 5c51767351
commit a2f47d1ba7
6 changed files with 133 additions and 7 deletions

View File

@@ -17,9 +17,11 @@
</x-nav-link>
</div>
<div class="hidden space-x-8 sm:-my-px sm:ml-10 sm:flex">
@if (Auth::user()->is_admin)
<x-nav-link :href="route('users.index')" :active="request()->routeIs('users.index')">
{{ __('Users') }}
</x-nav-link>
@endif
</div>
</div>