Appeals
@include('components.controls',['data' => $appeals])
@include('components.loading')
@if (count($appeals)) @foreach ($appeals as $key) @endforeach
# Venue Surname Forenames Exam No Course code Marks
{{ ++$offset }} {{ $key->student->campus->name }} {{ $key->student->surname }} {{ $key->student->forenames }} {{ $key->student->registration_number }} {{ $key->schedule->course->code }} {{ $key->new_marks }} @if (!$key->new_marks)
@else MARKED @endif
@else

No open appeals assigned to you yet.

@endif
@include('examination.appeals.add-marks')