@lang('homework.home_work_summary')

@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.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.subject')
@if(isset($homeworkDetails)) {{$homeworkDetails->subjects->subject_name}} @endif
@lang('exam.marks')
{{$homeworkDetails->marks}}
@lang('common.attach_file')
@if($homeworkDetails->file != "") @lang('common.download') @endif
@lang('common.description')
@if(isset($homeworkDetails)) {{$homeworkDetails->description}} @endif