@extends('layout.layout') @section('content') @include('components.alert') @php // Group teacher reports into categorized structure for hierarchy $categorized = [ 'initial' => $initialFeedbacks->groupBy('staff_schedule_id'), 'mid' => $midFeedbacks->groupBy('staff_schedule_id'), 'final' => $finalFeedbacks->groupBy('staff_schedule_id') ]; @endphp
Track your progress and review teacher evaluations
{{ $report->need }}
{{ $report->comment ?? 'No written comment.' }}
No {{ $title }} history available.
You haven't submitted any session ratings yet.