/home/techb158/ileadtechnology.com/SSM/resources/views/print/configuration/exam
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/configuration/exam/term.blade.php (850B)
@include('print.print-layout.header')
{{config('config.default_academic_session.name')}}
{{trans('exam.term').' '.trans('general.total_result_count',['count' => count($exam_terms)])}}
| {{trans('exam.term_name')}} |
{{trans('academic.course_group')}} |
{{trans('exam.term_description')}} |
@foreach($exam_terms as $exam_term)
| {{$exam_term->name}} |
{{$exam_term->courseGroup->name}} |
{{$exam_term->description}} |
@endforeach
@include('print.print-layout.footer')