@foreach($users as $user) @endforeach
Discord-ID Username Patreon Banned Created at Updated at Actions
{{ $user->id }} {{ $user->global_name ?? $user->username }} {{ $user->is_patreon ? 'Yes' : 'No' }} {{ $user->is_banned ? 'Yes' : 'No' }} {{ $user->created_at->format('Y-m-d') }} {{ $user->updated_at->format('Y-m-d') }}
@csrf
{{ $users->links('pagination::tailwind') }}