@foreach ($teacherEvaluations as $teacherEvaluation) @if ($teacherEvaluation->status == 1 && $approved_evaluation_button_enable == false) @endif @if ($teacherEvaluation->status == 0 && $approved_evaluation_button_enable == true) @endif @endforeach
@lang('teacherEvaluation.staff_id') @lang('teacherEvaluation.teacher_name') @lang('teacherEvaluation.submitted_by') @lang('teacherEvaluation.class')(@lang('teacherEvaluation.section')) @lang('teacherEvaluation.rating') @lang('teacherEvaluation.comment') @lang('teacherEvaluation.status') @lang('teacherEvaluation.actions')
{{ $teacherEvaluation->staff->id }} {{ $teacherEvaluation->staff->full_name }} @if ($teacherEvaluation->role_id == 2) {{ $teacherEvaluation->studentRecord->studentDetail->full_name }}(@lang('teacherEvaluation.student')) @else {{ $teacherEvaluation->studentRecord->studentDetail->parents->fathers_name }}(@lang('teacherEvaluation.parent')) @endif {{ $teacherEvaluation->studentRecord->class->class_name }}({{ $teacherEvaluation->studentRecord->section->section_name }})
rating == 5 ? 'checked' : '' }} disabled /> rating == 4 ? 'checked' : '' }} disabled /> rating == 3 ? 'checked' : '' }} disabled /> rating == 2 ? 'checked' : '' }} disabled /> rating == 1 ? 'checked' : '' }} disabled />
{{ $teacherEvaluation->comment }} @if ($teacherEvaluation->status == 0) @else @endif
{{ $teacherEvaluation->staff->id }} {{ $teacherEvaluation->staff->full_name }} @if ($teacherEvaluation->role_id == 2) {{ $teacherEvaluation->studentRecord->studentDetail->full_name }}(@lang('teacherEvaluation.student')) @else {{ $teacherEvaluation->studentRecord->studentDetail->parents->fathers_name }}(@lang('teacherEvaluation.parent')) @endif {{ $teacherEvaluation->studentRecord->class->class_name }}({{ $teacherEvaluation->studentRecord->section->section_name }})
rating == 5 ? 'checked' : '' }} disabled /> rating == 4 ? 'checked' : '' }} disabled /> rating == 3 ? 'checked' : '' }} disabled /> rating == 2 ? 'checked' : '' }} disabled /> rating == 1 ? 'checked' : '' }} disabled />
{{ $teacherEvaluation->comment }}