@extends('emails.template') @section('title', 'Enrollment Activated!') @section('content')

Congratulations, {{ $enrollment->student->user->name }}!

Your enrollment in the class {{ $enrollment->section->name }} ({{ $enrollment->section->subject->name }}) has been fully activated.

You can now access the student panel, join live lectures, download homework sheets, and upload your assignments.

Go to Dashboard

If you have any questions or schedule conflicts, please reach out to your instructor or email our academic support desk.

Best regards,
The CognitiaGlobal Academic Team

@endsection