#4 - fix
This commit is contained in:
parent
c8e15dbfa4
commit
1b446baa5f
@ -20,6 +20,7 @@ class UserController extends Controller
|
|||||||
$users = User::query()
|
$users = User::query()
|
||||||
->withTrashed()
|
->withTrashed()
|
||||||
->search($request->query("search"))
|
->search($request->query("search"))
|
||||||
|
->latest()
|
||||||
->paginate()
|
->paginate()
|
||||||
->withQueryString();
|
->withQueryString();
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
for="email"
|
for="email"
|
||||||
class="block text-sm font-medium text-gray-700 sm:mt-px"
|
class="block text-sm font-medium text-gray-700 sm:mt-px"
|
||||||
>
|
>
|
||||||
Adres email
|
Adres e-mail
|
||||||
</label>
|
</label>
|
||||||
<div class="mt-1 sm:mt-0 sm:col-span-2">
|
<div class="mt-1 sm:mt-0 sm:col-span-2">
|
||||||
<input
|
<input
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Edytuj użytkownika
|
Edytuj użytkownika
|
||||||
</h2>
|
</h2>
|
||||||
<p class="mt-1 text-sm text-gray-500">
|
<p class="mt-1 text-sm text-gray-500">
|
||||||
Edytuj dane użytkownika, takie jak email czy formę zatrudnienia.
|
Edytuj dane użytkownika, takie jak e-mail czy formę zatrudnienia.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<form
|
<form
|
||||||
@ -41,7 +41,7 @@
|
|||||||
for="email"
|
for="email"
|
||||||
class="block text-sm font-medium text-gray-700 sm:mt-px"
|
class="block text-sm font-medium text-gray-700 sm:mt-px"
|
||||||
>
|
>
|
||||||
Adres email
|
Adres e-mail
|
||||||
</label>
|
</label>
|
||||||
<div class="mt-1 sm:mt-0 sm:col-span-2">
|
<div class="mt-1 sm:mt-0 sm:col-span-2">
|
||||||
<input
|
<input
|
||||||
|
Loading…
x
Reference in New Issue
Block a user