Exam tabulation

{{-- loading spinner --}} {{-- form for selecting class and section to display --}}
@foreach ($exams as $item) @endforeach @foreach ($classes as $item) @endforeach @isset($sections) @foreach ($sections as $item) @endforeach @endisset {{-- table to display tabulation --}} @if($tabulatedRecords && $createdTabulation == true) @livewire('mark-tabulation', ['tabulatedRecords' => $tabulatedRecords, 'totalMarksAttainableInEachSubject' => $totalMarksAttainableInEachSubject, 'subjects' => $subjects, 'title' => $title] ,key(str()->random()))
@elseif (isset($error))

Something went wrong, {{$error}}

@endisset