@extends('backEnd.master') @section('title') @if (@$custom_mark_report == 'custom_mark_report') @lang('reports.progress_card_report_100_percent') @else @lang('reports.progress_card_report') @endif @endsection @section('mainContent')

@if (@$custom_mark_report == 'custom_mark_report') @lang('reports.progress_card_report_100_percent') @else @lang('reports.progress_card_report') @endif

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'progress_card_report_search', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'search_student']) }}
@if(moduleStatusCheck('University'))
@includeIf('university::common.session_faculty_depart_academic_semester_level', ['required' => ['USN', 'UD', 'UA', 'US', 'USL'],'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('student_id',[""=>__('common.select_student').'*'], null , ['class' => 'primary_select form-control'. ($errors->has('student_id') ? ' is-invalid' : ''), 'id'=>'select_un_student']) }}
loader
@if ($errors->has('student_id')) {{ @$errors->first('student_id') }} @endif
@else
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
loader
@if ($errors->has('student')) {{ $errors->first('student') }} @endif
@endif
{{ Form::close() }}
@if(isset($is_result_available)) @if(moduleStatusCheck('University')) @includeIf('university::exam.progress_card_report') @else @include('backEnd.reports._progress_card_report_content'); @endif @endif @endsection @if(moduleStatusCheck('University')) @push('script') @endpush @endif