@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} | Admitted Students @endsection @section('content')

Admitted Students- [{{ $faculty->faculty_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') !!}
# Student Name Sex REG No Programme SRS SPS ACS DVS RAS Batch Name
@endsection @section('scripts') @endsection