@extends('layouts/contentNavbarLayout') @section('title', 'Post-Class Survey Dashboard') @section('vendor-style') @vite('resources/assets/vendor/libs/apex-charts/apex-charts.scss') @endsection @section('vendor-script') @vite('resources/assets/vendor/libs/apex-charts/apexcharts.js') @endsection @section('content')
Track faculty performance and student feedback.
Academic Year: {{ $currentAcademicYear }}
- {{ $currentSemester }} Semester
Total Responses
Avg. Rating
Total Faculties
Total Courses
This Month
No data available yet
No department data available
{{ Str::limit($feedback->feedback_comments, 60) }}
No recent feedback available
| Class Code | Subject Code | Average Rating | Total Responses | Status |
|---|---|---|---|---|
| {{ $course->class_code }} | {{ $course->subject_code }} | {{ $course->response_count }} | @if($course->avg_rating >= 3.5) Excellent @elseif($course->avg_rating >= 2.5) Good @else Needs Improvement @endif |