{{ __('Published on') }} {{ $report->created_at ? $report->created_at->format('M d, Y') : __('Recently') }}
{{ __('OPS Score') }}
{{ $report->ops_score ?? $report->overall_score ?? 'N/A' }}
{{ __('Attendance') }}
{{ $report->attendance_rate ?? 'N/A' }}%
{{ __('Rank') }}
{{ $report->rank ?? 'N/A' }}
{{ __('Status') }}
{{ ucfirst($report->status ?? 'Published') }}
"{{ $report->teacher_comment ?? $report->remarks }}"
{{ __('Download a secure PDF copy of your report card for your records.') }}
{{-- Note: Make sure the route name matches your actual web.php route for downloadPdf --}} {{ __('Download Official PDF') }}