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

({{ date('d-m-Y', strtotime($FromDate)) }} to {{ date('d-m-Y', strtotime($ToDate)) }}) {{ __('lng.StudentSkillPerformance') }} - ( {{ $CoursePeriods->title }} )

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