Team Admin | Coolify
Search

Users

@forelse ($users as $user)
{{ $user->name }}
{{ $user->email }}
@empty
No users found other than the root.
@endforelse @if ($lots_of_users)
There are more users than shown. Please use the search bar to find the user you are looking for.
@endif