@extends('dashboard.layouts.default') @section('content') @include('layout.top-ads') Performance Performance New Quiz Tracker Video Tracker @if(isset($tuition_status) && $tuition_status != '') Tuition Attendance @endif @foreach($years_filter as $key=>$year) {{ $year->year }} @endforeach @foreach($subjects as $key=>$subject) {{ $subject->name }} @endforeach First Name Last Name S name Pupil name Enter student account Class Days since last login Total minutes watched Total questions answered % of questions correct Total correct answers Class Name @include('layout.bottom-ads') @endsection @section('scripts')