Student Directory

Managing {{ $users->total() }} total students

@foreach($users as $user) @endforeach
Student Name Username Email Joined At Actions
{{ substr($user->name, 0, 1) }}
{{ $user->name }}
{{ $user->username ?? 'N/A' }} {{ $user->email }} {{ $user->created_at->format('M d, Y') }}
{{ $users->links() }}