{{ __('form_fields.student.section_label.enroll_info')}}
{!! Form::label('batch', 'Session', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::select('batch', $data['batch'], null, [ 'class'=>'form-control border-form',"required",'readonly']); !!} @include('includes.form_fields_validation_message', ['name' => 'batch'])
@include('includes.form_fields_validation_message', ['name' => 'semester'])
@if(Config::get('edufirmconfig.student.online_registration.tabs.general_info.subject_info') == 1)
@endif
@if(Config::get('edufirmconfig.student.online_registration.tabs.general_info.general_info') == 1)
{{ __('form_fields.student.section_label.student_info')}}
{!! Form::label('first_name', __('form_fields.student.fields.name_of_student'), ['class' => 'col-sm-3 control-label',]) !!}
{!! Form::text('first_name', null, ["class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'first_name'])
{!! Form::text('middle_name', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'middle_name'])
{!! Form::text('last_name', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'last_name'])
{!! Form::label('date_of_birth', __('form_fields.student.fields.date_of_birth'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('date_of_birth', null, ["class" => "form-control border-form date-picker input-mask-date","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'date_of_birth'])
{!! Form::label('gender', __('form_fields.student.fields.gender'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('gender', __('common.gender'), null, ['class'=>'form-control border-form',"required"]); !!} @include('includes.form_fields_validation_message', ['name' => 'gender'])
{!! Form::label('blood_group', __('form_fields.student.fields.blood_group'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('blood_group', __('common.blood_group'), null, [ 'class'=>'form-control border-form']); !!} @include('includes.form_fields_validation_message', ['name' => 'blood_group'])
{!! Form::label('nationality', __('form_fields.student.fields.nationality'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('nationality', __('form_fields.student.fields.religion_default'), ["placeholder" => "", "class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'nationality'])
{!! Form::label('national_id_1', __('form_fields.student.fields.national_id_1'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('national_id_1', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'national_id_1'])
{!! Form::label('national_id_2', __('form_fields.student.fields.national_id_2'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('national_id_2', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'national_id_2'])
{!! Form::label('national_id_3', __('form_fields.student.fields.national_id_3'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('national_id_3', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'national_id_3'])
{!! Form::label('national_id_4', __('form_fields.student.fields.national_id_4'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('national_id_4', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'national_id_4'])
{!! Form::label('mother_tongue', __('form_fields.student.fields.mother_tongue'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('mother_tongue', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_tongue'])
{!! Form::label('religion', __('form_fields.student.fields.religion'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('religion', null, ["placeholder" => "", "class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'religion'])
{!! Form::label('caste', __('form_fields.student.fields.caste'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('caste', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'caste'])
{!! Form::label('email', __('form_fields.student.fields.email'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('email', null, ["class" => "form-control border-form ","Required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'email'])
{!! Form::label('extra_info', __('form_fields.student.fields.extra_info'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::textarea('extra_info', null, ["class" => "form-control border-form", "rows"=>"1"]) !!} @include('includes.form_fields_validation_message', ['name' => 'extra_info'])
@endif @if(Config::get('edufirmconfig.student.online_registration.tabs.general_info.contact_info') == 1) {{ __('form_fields.student.section_label.contact_info')}}
{!! Form::label('home_phone', __('form_fields.student.fields.home_phone'), ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('home_phone', null, ["class" => "form-control border-form input-mask-phone"]) !!} @include('includes.form_fields_validation_message', ['name' => 'home_phone'])
{!! Form::label('mobile_1', __('form_fields.student.fields.mobile_1'), ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('mobile_1', null, ["class" => "form-control border-form input-mask-mobile","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mobile_1'])
{!! Form::label('mobile_2', __('form_fields.student.fields.mobile_2'), ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('mobile_2', null, ["class" => "form-control border-form input-mask-mobile"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mobile_2'])
@endif @if(Config::get('edufirmconfig.student.online_registration.tabs.general_info.address') == 1)
{{ __('form_fields.student.section_label.address')}}

{!! Form::label('address', __('form_fields.student.fields.address'), ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('address', null, ["class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'address'])
{{-- {!! Form::label('state', __('form_fields.student.fields.state'), ['class' => 'col-sm-1 control-label']) !!}--}} {{--
--}} {{-- {!! Form::select('state', $data['state'],null, ['class' => 'form-control',"required"]) !!}--}} {{-- @include('includes.form_fields_validation_message', ['name' => 'state'])--}} {{--
--}} {!! Form::label('state', __('form_fields.student.fields.state'), ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('state', null, ["class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'state'])
{!! Form::label('postal_code', __('form_fields.student.fields.postal_code'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('postal_code', null, ["class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'postal_code'])
@endif @if(Config::get('edufirmconfig.student.online_registration.tabs.general_info.temp_address') == 1)
{{ __('form_fields.student.section_label.temp_address')}}
{!! Form::label('temp_address', __('form_fields.student.fields.address'), ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('temp_address', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'temp_address'])
{{-- {!! Form::label('state', 'State', ['class' => 'col-sm-1 control-label']) !!}--}} {{--
--}} {{-- {!! Form::select('temp_state', $data['state'],null, ['class' => 'form-control']) !!}--}} {{-- @include('includes.form_fields_validation_message', ['name' => 'temp_state'])--}} {{--
--}} {!! Form::label('temp_state', __('form_fields.student.fields.state'), ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('temp_state', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'temp_state'])
{!! Form::label('temp_postal_code', __('form_fields.student.fields.postal_code'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('temp_postal_code', null, ["class" => "form-control border-form upper"]) !!} @include('includes.form_fields_validation_message', ['name' => 'temp_postal_code'])
@endif @if(Config::get('edufirmconfig.student.online_registration.tabs.general_info.parent_info') == 1)
@if(Config::get('edufirmconfig.student.online_registration.tabs.general_info.parent_info') == 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.online_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.online_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.online_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
@endif