{{ $teacherEvaluation->studentRecord->class->class_name }}
|
{{ $teacherEvaluation->studentRecord->section->section_name }}
|
@if ($teacherEvaluation->role_id == 2)
@lang('teacherEvaluation.student')
@else
@lang('teacherEvaluation.parent')
@endif
|
rating == 5 ? 'checked' : '' }}
disabled />
rating == 4 ? 'checked' : '' }}
disabled />
rating == 3 ? 'checked' : '' }}
disabled />
rating == 2 ? 'checked' : '' }}
disabled />
rating == 1 ? 'checked' : '' }}
disabled />
|
{{ $teacherEvaluation->comment }} |
{{ dateConvert($teacherEvaluation->created_at) }} |
@endforeach