Parent'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('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'])

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_mobile_1', 'Mobile 1', ['class' => 'col-sm-1 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_email', 'E-mail', ['class' => 'col-sm-1 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-1 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'])
--}}