Academic Information
- Program: {{ $application->program_name ?? '-' }}
- Advisor: {{ $application->advisor_name ?? '-' }}
- Email: {{ $application->student_email ?? '-' }}
- Cumulative GPA: {{ $application->student_cgpa ?? '-' }}
Advisor Comment
Status:
@if ($application->advisor_comment_status === 'yes')
Submitted
@else
Not yet
@endif
Consent
PDPA:
{{ $application->pdpa ? 'Accepted' : 'Not accepted' }}