@extends('backEnd.master') @section('title') @lang('exam.marks_register') @endsection @section('mainContent')

@lang('common.select_criteria')

@if(userPermission('marks_register_create')) @endif
{{ Form::open(['class' => 'form-horizontal', 'route' => 'marks_register_search', 'method' => 'POST', 'id' => 'search_student']) }}
@if(moduleStatusCheck('University'))
@includeIf('university::common.session_faculty_depart_academic_semester_level', ['required' => ['USN', 'UD', 'UA', 'US', 'USL','USEC'],'hide'=> ['USUB'] ])
{{ Form::select('exam_type',[""=>__('exam.select_exam').'*'], null , ['class' => 'primary_select form-control'. ($errors->has('exam_type') ? ' is-invalid' : ''), 'id'=>'select_exam_typ_subject']) }}
loader
@if ($errors->has('exam_type')) {{ @$errors->first('exam_type') }} @endif
{{ Form::select('subject_id',[""=>__('exam.select_subject').'*'], null , ['class' => 'primary_select form-control'. ($errors->has('subject_id') ? ' is-invalid' : ''), 'id'=>'select_un_exam_type_subject']) }}
loader
@if ($errors->has('subject_id')) {{ @$errors->first('subject_id') }} @endif
@else
@if ($errors->has('exam')) {{ $errors->first('exam') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
loader
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@endif
{{ Form::close() }}
@if(isset($marks_registers)) @if(moduleStatusCheck('University'))

@lang('exam.marks_register') | @lang('exam.subject'): {{$subjectName->subject_name}}

@includeIf('university::exam._university_info')
@foreach($marks_entry_form as $part) @endforeach @php $colspan = 3; $counter = 0; @endphp @foreach($students as $student) @php $entry_form_count=0; @endphp @foreach($marks_entry_form as $part) @php $search_mark = App\SmMarkStore::un_get_mark_by_part($student->student_id, $request, $exam_type, $subject_id, $part->id, $student->id); @endphp @endforeach
@lang('student.admission_no'). @lang('student.roll_no'). @lang('common.student') {{@$subjectName->subject_name}}
{{@$part->exam_title}} ( {{@$part->exam_mark}} ) @lang('common.teacher') @lang('reports.remarks')
{{$student->student->admission_no}} {{@$student->roll_no}} {{@$student->student->full_name}}{{$search_mark}}