@extends('layouts.studentapp')
@section('content')
{{-- Student view completed Cousres --}}
Scholastic Mark
@foreach ($BatchExams as $BatchExam)
@endforeach
Co- Scholastic Mark
@foreach ($CompletedBatchCourses as $CompletedBatchCourse)
@endforeach
@endsection