Managing {{ $users->total() }} total students
| Student Name | Username | Joined At | Actions | |
|---|---|---|---|---|
|
{{ substr($user->name, 0, 1) }}
{{ $user->name }}
|
{{ $user->username ?? 'N/A' }} | {{ $user->email }} | {{ $user->created_at->format('M d, Y') }} |