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

@lang('common.select_criteria')

@if(userPermission('exam_attendance_create')) @endif
{{ Form::open(['class' => 'form-horizontal', 'route' => 'exam_attendance_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($exam_attendance_childs)) @if(moduleStatusCheck('University'))

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

@includeIf('university::exam._university_info')
@foreach($exam_attendance_childs as $student) @endforeach
@lang('student.admission_no') @lang('student.student_name') @lang('student.roll_no') @lang('exam.attendance')
{{@$student->studentInfo !=""?@$student->studentInfo->admission_no:""}} {{@$student->studentInfo !=""?@$student->studentInfo->first_name.' '.@$student->studentInfo->last_name:""}} {{@$student->studentInfo !=""?@$student->studentInfo->roll_no:""}} @if(@$student->attendance_type == 'P') @else @endif
@else

@lang('exam.exam_attendance')

@foreach($exam_attendance_childs as $student) @endforeach
@endif @endif
@endsection @include('backEnd.partials.data_table_js') @push('script') @endpush