@foreach($homework_students as $value) @endforeach
@lang('student.admission_no') @lang('student.student_name') @lang('exam.marks') @lang('homework.comments') @lang('homework.home_work_status')
{{$value->studentInfo!=""?$value->studentInfo->admission_no:""}} {{$value->studentInfo!=""?$value->studentInfo->full_name:""}} {{$value->marks}} @if($value->teacher_comments == 'G') @else @endif @if($value->complete_status == 'C') @else @endif

@lang('homework.summery')

@lang('homework.home_work_date')
@if(isset($homeworkDetails)) {{$homeworkDetails->homework_date != ""? dateConvert($homeworkDetails->homework_date):''}} @endif
@lang('homework.submission_date')
@if(isset($homeworkDetails)) {{$homeworkDetails->submission_date != ""? dateConvert($homeworkDetails->submission_date):''}} @endif
@lang('homework.evaluation_date')
@if($homeworkDetails->evaluation_date != "") {{$homeworkDetails->evaluation_date != ""? dateConvert($homeworkDetails->evaluation_date):''}} @endif
@lang('homework.evaluation_date')
@if(isset($homeworkDetails)) {{$homeworkDetails->evaluation_date != ""? dateConvert($homeworkDetails->evaluation_date):''}} @endif
@lang('homework.created_by')
@if(isset($homeworkDetails)) {{$homeworkDetails->users->full_name}} @endif
@lang('homework.evaluated_by')
@if(isset($homeworkDetails)) {{$homeworkDetails->users->full_name}} @endif
@lang('common.class')
@if(isset($homeworkDetails)) {{$homeworkDetails->classes->class_name}} @endif
@lang('common.section')
@if(isset($homeworkDetails)) {{$homeworkDetails->sections->section_name}} @endif
@lang('common.subjects')
@if(isset($homeworkDetails)) {{$homeworkDetails->subjects->subject_name}} @endif
@lang('exam.marks')
{{$homeworkDetails->marks}}
@lang('common.attach_file')
@if($homeworkDetails->file != "") @lang('common.download') {{-- @lang('common.download') --}} @endif
@lang('common.description')
@if(isset($homeworkDetails)) {{$homeworkDetails->description}} @endif
@include('backEnd.partials.data_table_js')