@lang('student.admission_no') | @lang('student.student_name') | @lang('student.roll_number') | @lang('exam.attendance') |
---|---|---|---|
{{ @$record->studentDetail->admission_no }} | {{ @$record->studentDetail->full_name }} | {{ @$record->roll_no ? $record->roll_no : '' }} |
|
{{ @$student->studentInfo != '' ? @$student->studentInfo->admission_no : '' }} | {{ @$student->studentInfo != '' ? @$student->studentInfo->full_name : '' }} | {{ @$student->studentRecord != '' ? @$student->studentRecord->roll_no : '' }} |
attendance_type == 'P' ? 'checked' : '' }}>
attendance_type == 'A' ? 'checked' : '' }}>
|
@lang('student.admission_no') | @lang('student.student_name') | @lang('common.class_Sec') | @lang('student.roll_number') | @lang('exam.attendance') |
---|---|---|---|---|
{{ @$record->studentDetail->admission_no }} | {{ @$record->studentDetail->full_name }} | {{ @$record->class->class_name }} ({{ @$record->section->section_name }}) | {{ @$record->roll_no ? $record->roll_no : '' }} |
|
{{ @$student->studentInfo != '' ? @$student->studentInfo->admission_no : '' }} | {{ @$student->studentInfo != '' ? @$student->studentInfo->full_name : '' }} | {{ @$student->studentRecord->class->class_name }} ({{ @$student->studentRecord->section->section_name }}) | {{ @$student->studentRecord != '' ? @$student->studentRecord->roll_no : '' }} |
attendance_type == 'P' ? 'checked' : '' }}>
attendance_type == 'A' ? 'checked' : '' }}>
|
{{ @$student_record->studentDetail->admission_no }} | {{ @$student_record->studentDetail->full_name }} | {{ @$student_record->class->class_name }} ({{ @$student_record->section->section_name }}) | {{ @$student_record->roll_no }} |
|