/home/techb158/ileadtechnology.com/SSM/resources/views/print/configuration/exam
NameSizeModeActions
assessment.blade.php13100644editdlrm
grade.blade.php12820644editdlrm
observation.blade.php13210644editdlrm
term.blade.php8500644editdlrm
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)])}}

@foreach($exam_grades as $exam_grade) @endforeach
{{trans('exam.grade_name')}} {{trans('exam.grade_range')}} {{trans('exam.grade_description')}}
{{$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}}
@include('print.print-layout.footer')