@lang('student.admission_no') | @lang('student.student_name') | @lang('homework.marks') | @lang('homework.comments') | @lang('homework.home_work_status') | @lang('homework.download') |
---|---|---|---|---|---|
{{$submitted_student->studentInfo ?$submitted_student->studentInfo->admission_no:null}} | {{$submitted_student->studentInfo ?$submitted_student->studentInfo->full_name:''}} |
@if ($submitted_student->marks>0)
@if ($errors->has('marks'))
{{ $errors->first('marks') }}
@endif
@else
@if ($errors->has('marks'))
{{ $errors->first('marks') }}
@endif
@endif
|
teacher_comments == "G"? 'checked':''}} >
teacher_comments == "NG"? 'checked':''}}>
|
complete_status == "C"? 'checked':''}} checked>
complete_status == "NC"? 'checked':''}}>
|
{{-- href="{{route('downloadHomeWorkContent',[$homework_id,$value->id])}}" --}} @if($uploadedContent->count() >0 ) @if (in_array('jpg',$files_ext) || in_array('jpeg',$files_ext) || in_array('heic',$files_ext) || in_array('png',$files_ext) || in_array('mp4',$files_ext) || in_array('mp3',$files_ext) || in_array('mov',$files_ext) || in_array('pdf',$files_ext)) @else @endif @endif |
{{$value->admission_no}} | {{$value->full_name}} |
{{-- --}}
@if ($errors->has('marks'))
{{ $errors->first('marks') }}
@endif
|
|
|
@if($uploadedContent->count()>0 ) @if (in_array('jpg',$files_ext) || in_array('jpeg',$files_ext) || in_array('heic',$files_ext) || in_array('png',$files_ext) || in_array('mp4',$files_ext) || in_array('mp3',$files_ext) || in_array('mov',$files_ext) || in_array('pdf',$files_ext)) @else {{-- {{route('download-uploaded-content-admin',$uploadedContent->id)}} --}} @endif @endif |