Academic Year Result Tabulation

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

Something went wrong. Make sure there are subjects in this class

@endisset