Parent Details

Grand Father's Detail

{!! Form::label('grandfather_name', 'NAME OF GRAND FATHER', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('grandfather_first_name', null, [ "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'grandfather_first_name'])
{!! Form::text('grandfather_middle_name', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'grandfather_middle_name'])
{!! Form::text('grandfather_last_name', null, [ "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'grandfather_last_name'])
Father's Detail

{!! Form::label('father_name', 'NAME OF FATHER', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('father_first_name', null, [ "class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_first_name'])
{!! Form::text('father_middle_name', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_first_name'])
{!! Form::text('father_last_name', null, [ "class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_last_name'])
{!! Form::label('father_eligibility', 'Eligibility', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('father_eligibility', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_eligibility'])
{!! Form::label('father_occupation', 'Occupation', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('father_occupation', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_occupation'])
{!! Form::label('father_office', 'Office', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('father_office', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_office'])
{!! Form::label('father_office_number', 'Office Number', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('father_office_number', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_office_number'])
{!! Form::label('father_residence_number', 'Residence Number', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('father_residence_number', null, ["class" => "form-control border-form input-mask-mobile"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_residence_number'])
{!! Form::label('father_mobile_1', 'Mobile 1', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('father_mobile_1', null, ["class" => "form-control border-form input-mask-mobile"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_mobile_1'])
{!! Form::label('father_mobile_2', 'Mobile 2', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('father_mobile_2', null, ["class" => "form-control border-form input-mask-mobile"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_mobile_2'])
{!! Form::label('father_email', 'E-mail', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('father_email', null, ["class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_email'])
Mother’s Detail

{!! Form::label('mother_name', 'NAME OF MOTHER', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('mother_first_name', null, [ "class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_first_name'])
{!! Form::text('mother_middle_name', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_first_name'])
{!! Form::text('mother_last_name', null, [ "class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_last_name'])
{!! Form::label('mother_eligibility', 'Eligibility', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('mother_eligibility', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_eligibility'])
{!! Form::label('mother_occupation', 'Occupation', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('mother_occupation', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_occupation'])
{!! Form::label('mother_office', 'Office', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('mother_office', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_office'])
{!! Form::label('mother_office_number', 'Office Number', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('mother_office_number', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_office_number'])
{!! Form::label('mother_residence_number', 'Residence Number', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('mother_residence_number', null, ["class" => "form-control border-form input-mask-phone"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_residence_number'])
{!! Form::label('mother_mobile_1', 'Mobile 1', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('mother_mobile_1', null, ["class" => "form-control border-form input-mask-mobile"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_mobile_1'])
{!! Form::label('mother_mobile_2', 'Mobile 2', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('mother_mobile_2', null, ["class" => "form-control border-form input-mask-mobile"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_mobile_2'])
{!! Form::label('mother_email', 'E-mail', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('mother_email', null, ["class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_email'])

Guardian's Detail


{!! Form::label('guardian_name', 'NAME OF GUARDIAN', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('guardian_first_name', null, [ "class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_first_name'])
{!! Form::text('guardian_middle_name', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_first_name'])
{!! Form::text('guardian_last_name', null, [ "class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_last_name'])
{!! Form::label('guardian_eligibility', 'Eligibility', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_eligibility', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_eligibility'])
{!! Form::label('guardian_occupation', 'Occupation', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_occupation', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_occupation'])
{!! Form::label('guardian_office', 'Office', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_office', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_office'])
{!! Form::label('guardian_office_number', 'Office Number', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_office_number', null, ["placeholder" => "", "class" => "form-control border-form input-mask-mobile"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_office_number'])
{!! Form::label('guardian_residence_number', 'Residence Number', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_residence_number', null, ["class" => "form-control border-form input-mask-phone"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_residence_number'])
{!! Form::label('guardian_mobile_1', 'Mobile 1', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_mobile_1', null, ["class" => "form-control border-form input-mask-mobile","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_mobile_1'])
{!! Form::label('guardian_mobile_2', 'Mobile 2', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_mobile_2', null, ["class" => "form-control border-form input-mask-mobile"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_mobile_2'])
{!! Form::label('guardian_email', 'E-mail', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_email', null, ["class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_email'])
{!! Form::label('guardian_relation', 'Relation', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_relation', null, ["class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_relation'])
{!! Form::label('guardian_address', 'Guardian Address', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_address', null, ["class" => "form-control border-form upper", "required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_address'])