Dear {{ $applicant->name ?? 'Applicant' }},
Your {{ $type }} status is now: {{ $status }}
Register No: {{ $applicant->register_no }}
@endifProgram: {{ $applicant->program?->name ?? '—' }}
Faculty: {{ $applicant->faculty?->name ?? '—' }}
Department: {{ $applicant->department?->name ?? '—' }}
Course: {{ $applicant->course?->title ?? $applicant->desired_course ?? '—' }}
Congratulations. Your application has been approved. Our admissions team will contact you for the next student registration steps.
@elseif($status === 'rejected')Your application was not accepted at this stage. Please review the note below or contact admissions for support.
@endif @if(!empty($note))Thank you,
Admissions Team
Afghan Online University
Email: admissions@ao-uni.org | info@ao-uni.org