@extends('layouts.studentapp') @section('content') {{-- Student mark Details --}}
{{ $BatchExam->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