/home/techb158/ileadtechnology.com/SSM/resources/views/print/configuration/exam
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/configuration/exam/grade.blade.php (1282B)
@include('print.print-layout.header')
{{config('config.default_academic_session.name')}}
{{trans('exam.grade').' '.trans('general.total_result_count',['count' => count($exam_grades)])}}
| {{trans('exam.grade_name')}} |
{{trans('exam.grade_range')}} |
{{trans('exam.grade_description')}} |
@foreach($exam_grades as $exam_grade)
| {{$exam_grade->name}} |
@foreach($exam_grade->details as $detail)
- {{$detail->name}} ({{trans('exam.grade_detail', ['max_percentage' => formatNumber($detail->max_percentage), 'min_percentage' => formatNumber($detail->min_percentage)])}})
@endforeach
|
{{$exam_grade->description}} |
@endforeach
@include('print.print-layout.footer')