@extends('dashboard.layouts.default') @section('content') Performance Quiz Tracker Video Tracker @if(isset($tuition_status) && $tuition_status != '') Tuition Attendance @endif @foreach($years_filter as $key=>$year) {{ $year->year }} @endforeach @foreach($subjects_filter as $key=>$subject) {{ $subject->name }} @endforeach No results to display Search Export Show last year's data Show current year's data Select the year, then class, and then you'll be able to view the quiz data (green = 100-75%, amber = 74-50%, red = 49-0%) @include('layout.bottom-ads') @endsection @section('scripts')
Search