{{ __('My Academic Reports') }}

{{ __('Read your detailed term evaluations.') }}

@if($report)

{{ __('Term Report') }}

{{ $report->teacher->name ?? 'Teacher' }}

{{ __('Download PDF') }}

{{ __('Executive Summary') }}

{{ $report->executive_summary }}

{{ __('Academic Progress') }}

{{ $report->academic_progress }}

@if($report->interventions_notes)

{{ __('Interventions') }}

{{ $report->interventions_notes }}

@endif

{{ __('Recommendations') }}

{{ $report->recommendations }}

{{ __('Conclusion') }}

{{ $report->conclusion }}

@if($report->parent_comment)

{{ __('Parent Acknowledgment') }}

"{{ $report->parent_comment }}"

@endif
@elseif($selectedTermId) @endif