Admitted Students- [{{ $department->department_name }}]
Here below is the list of all students that have been admitted successful to the Institute of Rural Development Planning (IRDP) this academic year,click on student name to perform registration process on that student or use the form bellow to filter students
{{ Form::checkbox('admission-filter', old('admission-filter'), null, ['id' => 'admission-filter']) }}
{!! Form::label('admission-filter', 'Filter For Student') !!}
{!! Form::open([
null,
'id' => 'filter-form',
'class' => 'create-direct-cost',
'method' => 'POST',
'role' => 'form',
]) !!}
{!! Form::close() !!}
{!! Form::label('index_type') !!}
{!! Form::select(
'index_type',
$index_no,
null,
$errors->has('form')
? ['class' => 'form-control is-invalid', 'id' => 'index_type']
: ['class' => 'form-control', 'id' => 'index_type'],
) !!}
{!! Form::label('index_no', 'Enter Index No.') !!}
{!! Form::text(
'index_no',
old('index_no'),
$errors->has('index_no')
? ['placeholder' => 'Index No.', 'class' => 'form-control is-invalid']
: ['placeholder' => 'Index No.', 'class' => 'form-control'],
) !!}
{!! Form::label('surname', 'Type Surname.') !!}
{!! Form::text(
'surname',
old('surname'),
$errors->has('surname')
? ['placeholder' => 'Type Surname.', 'class' => 'form-control is-invalid']
: ['placeholder' => 'Type Surname.', 'class' => 'form-control'],
) !!}
{!! Form::label('srs', 'srs') !!}
{!! Form::select(
'srs',
$student_status,
'All',
$errors->has('srs')
? ['class' => 'form-control is-invalid', 'id' => 'srs']
: ['class' => 'form-control', 'id' => 'srs'],
) !!}
{!! Form::label('sps', 'sps') !!}
{!! Form::select(
'sps',
$student_status,
'All',
$errors->has('sps')
? ['class' => 'form-control is-invalid', 'id' => 'sps']
: ['class' => 'form-control', 'id' => 'sps'],
) !!}
{!! Form::label('acs', 'acs') !!}
{!! Form::select(
'acs',
$student_status,
'All',
$errors->has('acs')
? ['class' => 'form-control is-invalid', 'id' => 'acs']
: ['class' => 'form-control', 'id' => 'acs'],
) !!}
{!! Form::label('dvs', 'dvs') !!}
{!! Form::select(
'dvs',
$student_status,
'All',
$errors->has('dvs')
? ['class' => 'form-control is-invalid', 'id' => 'dvs']
: ['class' => 'form-control', 'id' => 'dvs'],
) !!}
{!! Form::label('ras', 'ras') !!}
{!! Form::select(
'ras',
$student_status,
'All',
$errors->has('ras')
? ['class' => 'form-control is-invalid', 'id' => 'ras']
: ['class' => 'form-control', 'id' => 'ras'],
) !!}
{!! Form::label('gender', 'gender') !!}
{!! Form::select(
'gender',
$gender,
'All',
$errors->has('gender')
? ['class' => 'form-control is-invalid', 'id' => 'gender']
: ['class' => 'form-control', 'id' => 'gender'],
) !!}
{!! Form::label('program', 'Studying') !!}
{!! Form::select(
'program',
$programs,
'All',
$errors->has('program')
? ['class' => 'form-control is-invalid', 'id' => 'program']
: ['class' => 'form-control', 'id' => 'program'],
) !!}
{!! Form::button('Go', ['type' => 'submit', 'class' => 'btn btn-warning']) !!}
# | Student Name | Sex | REG NO. | Programme | Batch Name | Student Status | Actions |
---|