@extends('backEnd.master') @push('css') @endpush @section('title') @lang('teacherEvaluation.my_report') @endsection @section('mainContent')

@lang('teacherEvaluation.my_report')

@foreach ($teacherEvaluations as $teacherEvaluation) @endforeach
@lang('teacherEvaluation.class') @lang('teacherEvaluation.section') @lang('teacherEvaluation.submitted_by') @lang('teacherEvaluation.rating') @lang('teacherEvaluation.comment') @lang('teacherEvaluation.submitted_on')
{{ $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) }}
@endsection @include('backEnd.partials.data_table_js') @push('script') @endpush