@lang('behaviourRecords.admission_no') | @lang('behaviourRecords.student_name') | @lang('behaviourRecords.class')(@lang('behaviourRecords.section')) |
---|---|---|
{{ $studentRecord->studentRecord->studentDetail->admission_no }} | {{ $studentRecord->studentRecord->studentDetail->first_name }} {{ $studentRecord->studentRecord->studentDetail->last_name }} | {{ $studentRecord->studentRecord->class->class_name }}({{ $studentRecord->studentRecord->section->section_name }}) |