@extends('backEnd.master') @section('title') @lang('exam.marking') @endsection @section('mainContent')
@if (isset($studentRecords))

@lang('exam.marking')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'online_exam_marks_store', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'marks_register_store']) }}
@if (moduleStatusCheck('University')) @else @endif @forelse ($studentRecords as $student) @if (moduleStatusCheck('University')) @else @endif @empty @endforelse
@lang('student.admission_no') @lang('common.student') @lang('university::un.semester_label') (@lang('common.section'))@lang('common.class_Sec')@lang('exam.exam') @lang('common.subject') @lang('exam.marking')
{{ @$student->studentDetail->admission_no }} {{ @$student->studentDetail->full_name }}{{ @$student->unSemesterLabel != '' ? @$student->unSemesterLabel->name : '' }} ({{ @$student->section != '' ? @$student->section->section_name : '' }}){{ @$student->class != '' ? @$student->class->class_name : '' }} ({{ @$student->section != '' ? @$student->section->section_name : '' }}){{ @$online_exam_question->title }} {{ @$online_exam_question->subject != '' ? $online_exam_question->subject->subject_name : '' }} @if (in_array(@$student->student_id, @$present_students)) @lang('exam.view_answer_marking') @else @lang('student.absent') @endif
No data found
@endif @endsection