A list of all students enrolled directly into your published courses.
| Student Name | Course | Enrolled On | Status | |
|---|---|---|---|---|
| {{ $enrollment->user->name }} | {{ $enrollment->user->email }} | {{ $enrollment->course->title }} | {{ $enrollment->enrolled_at->format('M d, Y') }} | {{ ucfirst($enrollment->status) }} |