@extends('layouts.studentapp') @section('content')

Progess Report

Scholastic Mark
{{ $Student->name }} Admission No. {{ $Student->id }}
Batch: {{ $BatchExam->batchcourse->course->title }} [{{ $BatchExam->batchcourse->batch->title }}] Cousre: {{ $BatchExam->courseperiod->title }}
@php $si=0; @endphp @foreach ($StudentBatchExams as $StudentBatchExam) @endforeach
Si No. Subject Mark Grade Narration
{{ ++$si }} {{ $StudentBatchExam->subject->title }} {{ $StudentBatchExam->mark }} {{ $StudentBatchExam->grade }} {{ $StudentBatchExam->narrtion }}
{{-- --}} @endsection