Learner Name: {{ $progressReview['progressReview']['student']->name }}
{{ $progressReview['ageString'] ?? '' }}
Grade: {{ $progressReview['progressReview']['classSection']->name }}
Attendance: {{ $progressReview['totalDaysPresent'] ?? 0 }} Out Of {{ $progressReview['totalWorkingDays'] ?? 0 }}
Facilitators: @foreach ($progressReview['classSectionTeachers'] ?? [] as $i => $teacher) {{ $teacher->name }}@if($i + 1 < count($progressReview['classSectionTeachers'])), @endif @endforeach
Date: {{ $progressReview['currentDate'] ?? '' }}
{{ $subjectName }}
{{ $description }}
This is a Computer Generated Report and doesn't require a signature.
@endif