@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} Course Details | Carry Over @endsection @section('content')

Registered Student(s) on the course-{{ $course->course_code }}

Here is the list of all students registered to this course who have Carry over and their academic results,you can use the form below to filter student(s).Click the following link to get an excel file with registered students

@if ($course->scheme_id == 6 || $course->scheme_id == 7) @else @endif @if ($course->cw == 100) @else @if ($course->scheme_id == 6 || $course->scheme_id == 7) @else @endif @endif @if ($course->scheme_id == 6 || $course->scheme_id == 7) @endif
# Student Name Sex Registration No.CA ScoresCA Scores{{ $CA }}{{ $CA }}{{ $CA }}{{ $UE }} {{ $Total }} Grade CA.Remarks OV.Remarks Status
{{ $ASSIGN1 }} {{ $ASSIGN2 }} {{ $T1 }} {{ $T2 }}{{ $PORTFOLIO }}
@endsection @section('scripts') @endsection