@extends('layouts.studentapp') @section('content') {{-- Student view completed Cousres --}}

Scholastic Mark

@foreach ($BatchExams as $BatchExam)
{{ $BatchExam->title }}
@endforeach

Co- Scholastic Mark

@foreach ($CompletedBatchCourses as $CompletedBatchCourse)
{{ $CompletedBatchCourse->courseperiod->title }}
@endforeach
@endsection