Users
# | User | Username | Created At | Updated At | Action | |
---|---|---|---|---|---|---|
{{ $user->id }} |
![]()
{{ $user->name }}
{{ $user->utype === 'USR' ? 'User' : 'Admin' }}
|
{{ $user->username }} | {{ $user->email }} | {{ $user->created_at }} | {{ $user->updated_at }} |
Showing {{ $users->firstItem() }} to {{ $users->lastItem() }} of {{ $users->total() }} users
{{ $users->links('pagination::bootstrap-4') }}