@extends('layouts.master') @section('page_title', 'Student Marksheet') @section('content')

Student Marksheet for => {{ $sr->user->name.' ('.$my_class->name.' '.$my_class->section->first()->name.')' }}

@foreach($exams as $ex) @foreach($exam_records->where('exam_id', $ex->id) as $exr)
{{ $ex->name.' - '.$ex->year }}
{!! Qs::getPanelOptions() !!}
{{--Sheet Table--}} @include('pages.support_team.marks.show.sheet') {{--Print Button--}}
{{-- EXAM COMMENTS --}} @include('pages.support_team.marks.show.comments') {{-- SKILL RATING --}} @include('pages.support_team.marks.show.skills') @endforeach @endforeach @endsection