This commit is contained in:
EwelinaLasowy
2022-01-18 11:46:55 +01:00
parent c8e15dbfa4
commit 1b446baa5f
3 changed files with 4 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ class UserController extends Controller
$users = User::query()
->withTrashed()
->search($request->query("search"))
->latest()
->paginate()
->withQueryString();