Course Enrollment Confirmation

Hello {{ $user->name }},

You have been successfully enrolled in a new course. Here are the details:

Course Code: {{ $course->course_code }}
Course Name: {{ $course->course_name }}
@if($courseLecturer->section)
Section: {{ $courseLecturer->section }}
@endif @if($lecturer)
Lecturer: {{ $lecturer->name }}
@endif

You can now access course materials, assignments, and announcements through your dashboard.

Go to Dashboard

If you have any questions, please contact your lecturer or the administration.

Best regards,
{{ config('app.name') }} Team