Course
University
Student
{!! Form::label('caste', __('form_fields.student.fields.caste'), ['class' => 'col-sm-1 control-label']) !!}
{!! Form::select('caste', ['' => '','GENERAL' => 'GENERAL','OBC' => 'OBC','SC' => 'SC','ST' => 'ST','EWS' => 'EWS', ], null,
[ 'class'=>'form-control border-form',"required"]); !!}
@include('includes.form_fields_validation_message', ['name' => 'caste'])
{!! Form::label('religion', 'Nationality/Religion', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('religion', ['' => '','Indian/Hindu' => 'Indian/Hindu','Indian/Sikh' => 'Indian/Sikh','Indian/Muslim' => 'Indian/Muslim','Indian/Christian' => 'Indian/Christian','Indian/Others' => 'Indian/Others', ], null,
[ 'class'=>'form-control border-form',"required"]); !!}
@include('includes.form_fields_validation_message', ['name' => 'religion'])
{!! Form::label('national_id_1', 'Aadhaar Card No', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('national_id_1', null, ["placeholder" => "", "class" => "form-control border-form input-mask-aadhaar-id",'maxlength' => 12,"required"]) !!}
@include('includes.form_fields_validation_message', ['name' => 'national_id_1'])
{!! Form::label('national_id_2', 'Voter Id Card No', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('national_id_2', null, ["class" => "form-control border-form"]) !!}
@include('includes.form_fields_validation_message', ['name' => 'national_id_2'])
{!! Form::label('special_category', 'Special Category', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('special_category', ['' => '','Handicapped' => 'Handicapped','Freedom Fighter Dependent' => 'Freedom Fighter Dependent','Defence Ward/Police Ward/Ex-Defence Person' => 'Defence Ward/Police Ward/Ex-Defence Person','OTHERS' => 'OTHERS','NONE' => 'NONE', ], null,
[ 'class'=>'form-control border-form',"required"]); !!}
@include('includes.form_fields_validation_message', ['name' => 'special_category'])
{!! Form::label('weightage_claim', 'Weightage Claimed', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('weightage_claim', ['' => '','NCC' => 'NCC','NSS' => 'NSS','SCOUT' => 'SCOUT','GAMES' => 'GAMES','STAFFWARD' => 'STAFFWARD','AWARD' => 'AWARD','OTHERS' => 'OTHERS','NONE' => 'NONE', ], null,
[ 'class'=>'form-control border-form',"required"]); !!}
@include('includes.form_fields_validation_message', ['name' => 'weightage_claim'])
Contact of Student
Permanent Address
Temporary Address