@if(Config::get('edufirmconfig.student.registration.tabs.general_info.grand_father') == 1) {{ __('form_fields.student.section_label.parent_info')}}
{{ __('form_fields.student.section_label.grand_father')}}

{!! Form::label('grandfather_name', __('form_fields.student.fields.grandfather_name'), ['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'])
@endif @if(Config::get('edufirmconfig.student.registration.tabs.general_info.father') == 1)
{{ __('form_fields.student.section_label.father')}}

{!! Form::label('father_name', __('form_fields.student.fields.father_name'), ['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"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_last_name'])
{!! Form::label('father_eligibility', __('form_fields.student.fields.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', __('form_fields.student.fields.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', __('form_fields.student.fields.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', __('form_fields.student.fields.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', __('form_fields.student.fields.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', __('form_fields.student.fields.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', __('form_fields.student.fields.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', __('form_fields.student.fields.email'), ['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'])
@endif @if(Config::get('edufirmconfig.student.registration.tabs.general_info.mother') == 1)
{{ __('form_fields.student.section_label.mother')}}

{!! Form::label('mother_name', __('form_fields.student.fields.mother_name'), ['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"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_last_name'])
{!! Form::label('mother_eligibility', __('form_fields.student.fields.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', __('form_fields.student.fields.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', __('form_fields.student.fields.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', __('form_fields.student.fields.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', __('form_fields.student.fields.residence_number'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('mother_residence_number', null, ["class" => "form-control border-form input-mask-mobile"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_residence_number'])
{!! Form::label('mother_mobile_1', __('form_fields.student.fields.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', __('form_fields.student.fields.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', __('form_fields.student.fields.email'), ['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'])

@endif @if(Config::get('edufirmconfig.student.registration.tabs.general_info.guardian') == 1)
{{ __('form_fields.student.section_label.guardian')}}


{!! Form::label('guardian_name', __('form_fields.student.fields.guardian_name'), ['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"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_last_name'])
{!! Form::label('guardian_eligibility', __('form_fields.student.fields.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', __('form_fields.student.fields.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', __('form_fields.student.fields.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', __('form_fields.student.fields.office_number'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_office_number', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_office_number'])
{!! Form::label('guardian_residence_number', __('form_fields.student.fields.residence_number'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_residence_number', null, ["class" => "form-control border-form input-mask-mobile"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_residence_number'])
{!! Form::label('guardian_mobile_1', __('form_fields.student.fields.mobile_1'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('guardian_mobile_1', null, ["class" => "form-control border-form input-mask-mobile"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_mobile_1'])
{!! Form::label('guardian_mobile_2', __('form_fields.student.fields.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', __('form_fields.student.fields.email'), ['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', __('form_fields.student.fields.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', __('form_fields.student.fields.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'])
@endif