/home/techb158/ileadtechnology.com/SSM/resources/views/print/exam
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/exam/exam.blade.php (1070B)
@include('print.print-layout.header')
{{config('config.default_academic_session.name')}}
{{trans('exam.exam').' '.trans('general.total_result_count',['count' => count($exams)])}}
| {{trans('exam.exam_name')}} |
{{trans('exam.term')}} |
{{trans('exam.exam_description')}} |
@foreach($exams as $exam)
| {{$exam->name}} |
@if($exam->exam_term_id)
{{$exam->term->name}} ({{$exam->term->courseGroup->name}})
@else
-
@endif
|
{{$exam->description}} |
@endforeach
@include('print.print-layout.footer')