{{-- HEADER --}}
@if(file_exists(public_path('img/logo.png'))) @else

RP LEARNING

@endif
Holistic Student Development & Academic Excellence

HOLISTIC ACADEMIC REPORT

Academic Year: {{ $report->academicYear->name ?? 'N/A' }}
Term: {{ $report->academicTerm->name ?? 'N/A' }}
Date Issued: {{ now()->format('F d, Y') }}

{{-- STUDENT INFORMATION --}}
Student Name
{{ $report->student->name ?? 'Unknown' }}
Class
{{ $report->schoolClass->name ?? 'N/A' }}
Class Teacher
{{ $report->teacher->name ?? 'N/A' }}
{{-- EXECUTIVE SUMMARY --}}
Executive Summary
{!! nl2br(e($report->executive_summary)) !!}
{{-- ACADEMIC PROGRESS --}}
Academic Progress & Engagement
{!! nl2br(e($report->academic_progress)) !!}
{{-- INTERVENTIONS --}} @if($report->interventions_notes)
Interventions & Support Notes
{!! nl2br(e($report->interventions_notes)) !!}
@endif {{-- RECOMMENDATIONS --}}
Recommendations For Next Term
{!! nl2br(e($report->recommendations)) !!}
{{-- CONCLUSION --}}
Conclusion
{!! nl2br(e($report->conclusion)) !!}
{{-- PARENT ACKNOWLEDGEMENT --}} @if($report->parent_comment)
Parent / Guardian Acknowledgment
"{{ $report->parent_comment }}"
@if($report->acknowledged_at)
Digitally Acknowledged: {{ \Carbon\Carbon::parse($report->acknowledged_at)->format('F d, Y h:i A') }}
@endif
@endif {{-- SIGNATURES --}}