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

{{__('lng.StudentPerformance')}} - ( {{$BatchCourses->batch->title}} {{__('lng.Batch')}})

{{-- --}} @php $si = 0; @endphp @foreach($BatchExamStatus as $BatchExamStatu) {{-- --}} @endforeach
{{__('lng.SiNo')}} {{__('lng.AdmssionNo')}} {{__('lng.Student')}} {{__('lng.TotalMark')}}Grade
{{++$si}} {{App\Models\Student::find($BatchExamStatu->student_id)->admission_no}} {{App\Models\Student::find($BatchExamStatu->student_id)->name}} {{$BatchExamStatu->total}} {{ \App\Http\Controllers\StudentController::getGrade($ExamCategory->id,$BatchExamStatu->total)}}
@endsection