/home/techb158/ileadtechnology.com/SSM/resources/views/print/exam
NameSizeModeActions
admit_card.blade.php790644editdlrm
default_admit_card.blade.php24520644editdlrm
exam.blade.php10700644editdlrm
online_exam.blade.php13790644editdlrm
report.blade.php92250644editdlrm
schedule.blade.php23720644editdlrm
topper_report.blade.php18210644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/exam/online_exam.blade.php (1379B)
@include('print.print-layout.header')

{{config('config.default_academic_session.name')}}

{{trans('exam.online_exam').' '.trans('general.total_result_count',['count' => count($online_exams)])}}

@foreach($online_exams as $online_exam) @endforeach
{{trans('exam.online_exam_name')}} {{trans('academic.batch')}} {{trans('academic.subject')}} {{trans('exam.online_exam_date')}} {{trans('exam.online_exam_is_published')}}
{{$online_exam->name}} {{$online_exam->batch->course->name.' '.$online_exam->batch->name}} {{$online_exam->subject->name.' ('.$online_exam->subject->code.')'}} {{showDate($online_exam->date)}} {{showTime($online_exam->start_time).' '.trans('general.to').' '.showTime($online_exam->end_time)}} {{$online_exam->is_published ? trans('list.yes') : trans('list.no')}}
@include('print.print-layout.footer')