{{ Form::hidden('g-recaptcha-response','', array('id'=>'g-recaptcha-response')) }}
DATOS GENERALES

{{Form::text('father[first_name_agd]','',array('id'=>'first_name_agd_father','required','class'=>'form-control col-md-6'))}}
{{Form::text('father[last_name_agd]','',array('id'=>'last_name_agd_father','required','class'=>'form-control col-md-6'))}}
{{Form::select('father[type_id_agd]',array(''=>'-Seleccione-','ci'=>'Cédula ecuatoriana','ps'=>'Pasaporte'),'',array('id'=>'type_id_agd_father','required','class'=>'form-control col-md-6'))}}
{{Form::text('father[id_agd]','',array('id'=>'id_agd_father','required','class'=>'form-control col-md-6'))}}
{{Form::email('father[email_agd]','',array('id'=>'email_agd_father','required','class'=>'form-control col-md-6'))}}
{{Form::text('father[phone_agd]','',array('id'=>'phone_agd_father','required','class'=>'form-control col-md-6'))}}
{{Form::select('father[relationship_ast]',array(''=>'-Seleccione-','MOTHER'=>'Madre','FATHER'=>'Padre','OTHER'=>'OTRO'),'',array('id'=>'relationship_father','required','class'=>'form-control col-md-6'))}}
{{Form::text('father[sector_agd]','',array('id'=>'sector_agd','required','class'=>'form-control col-md-6'))}}
@if($schoolSetup->serial_sst == 9)
{{Form::text('father[profession_agd]','',array('id'=>'profession_agd_father','required','class'=>'form-control col-md-6'))}}
@endif

serial_sst == 9 ? 'checked':''}} class="form-control">
{{Form::text('mother[first_name_agd]','',array('id'=>'first_name_agd_mother','required','class'=>'form-control col-md-6'))}}
{{Form::text('mother[last_name_agd]','',array('id'=>'last_name_agd_mother','required','class'=>'form-control col-md-6'))}}
{{Form::select('mother[type_id_agd]',array(''=>'-Seleccione-','ci'=>'Cédula ecuatoriana','ps'=>'Pasaporte'),'',array('id'=>'type_id_agd_mother','required','class'=>'form-control col-md-6'))}}
{{Form::text('mother[id_agd]','',array('id'=>'id_agd_mother','required','class'=>'form-control col-md-6'))}}
{{Form::email('mother[email_agd]','',array('id'=>'email_agd_mother','required','class'=>'form-control col-md-6'))}}
{{Form::text('mother[phone_agd]','',array('id'=>'phone_agd_mother','required','class'=>'form-control col-md-6'))}}
{{Form::select('mother[relationship_ast]',array(''=>'-Seleccione-','MOTHER'=>'Madre','FATHER'=>'Padre','OTHER'=>'OTRO'),'',array('id'=>'relationship_mother','required','class'=>'form-control col-md-6'))}}
{{Form::text('mother[sector_agd]','',array('id'=>'sector_agd','required','class'=>'form-control col-md-6'))}}
@if($schoolSetup->serial_sst == 9)
{{Form::text('mother[profession_agd]','',array('id'=>'profession_agd_mother','required','class'=>'form-control col-md-6'))}}
@endif
@for($i=1;$i<=$number_applicants_agd;$i++)

{{Form::text('students['.$i.'][first_name_ast]','',array('id'=>'first_name_ast_'.$i,'required','class'=>'form-control col-md-6'))}}
{{Form::text('students['.$i.'][last_name_ast]','',array('id'=>'last_name_ast_'.$i,'required','class'=>'form-control col-md-6'))}}
@if($schoolSetup->serial_sst == 13)
{{Form::select('students['.$i.'][type_id_ast]',array('ci'=>'Cédula ecuatoriana','ps'=>'Pasaporte'),'',array('id'=>'type_id_ast_'.$i,'class'=>'form-control col-md-6 type_id_ast'))}}
{{Form::text('students['.$i.'][id_ast]','',array('id'=>'id_ast_'.$i,'required','class'=>'form-control col-md-6 id_ast'))}}
@endif
{{Form::text('students['.$i.'][birthdate_ast]','',array('id'=>'birthdate_ast_'.$i,'required','class'=>'form-control','readonly'))}}
{{Form::select('students['.$i.'][parent_ex_student_ast]',array(''=>'-Seleccione-','YES'=>'Si','NO'=>'No'),'',array('id'=>'parent_ex_student_ast'.$i,'required','class'=>'form-control col-md-6'))}}
@if($schoolSetup->serial_sst == 13)
{{Form::select('students['.$i.'][serial_set]',$sections,'',array('id'=>'serial_set_'.$i,'required','class'=>'form-control serial_set col-md-6'))}}
{{Form::select('students['.$i.'][serial_lvl]',array(''=>'Seleccione'),'',array('id'=>'serial_lvl_'.$i,'required','class'=>'form-control col-md-6 serial_lvl'))}}
@endif
{{Form::text('students['.$i.'][last_school_ast]','',array('id'=>'last_school_ast_'.$i,'required','class'=>'form-control col-md-6'))}}
{{Form::select('students['.$i.'][applicant_type_ast]',array(''=>'-Seleccione-','NEW'=>'Nuevo','REENTRY'=>'Reingreso','RETRY'=>'Reintento'),'',array('id'=>'applicant_type_ast_'.$i,'required','class'=>'form-control col-md-6'))}}
{{Form::select('students['.$i.'][has_siblins_in_school_ast]',array(''=>'-Seleccione-','YES'=>'Si','NO'=>'No'),'',array('id'=>'has_siblins_in_school_ast'.$i,'required','class'=>'form-control col-md-6'))}}
@if($schoolSetup->serial_sst == 13)
{{Form::select('students['.$i.'][gender_ast]',array(''=>'-Seleccione-','FEMALE'=>'Femenino','MALE'=>'Masculino'),'',array('id'=>'applicant_gender_ast_'.$i,'required','class'=>'form-control col-md-6'))}}
@endif
@if($schoolSetup->serial_sst == 13)
{{Form::select('students['.$i.'][lives_with_ast]',array(''=>'-Seleccione-','PARENTS'=>'Padre y Madre','MOTHER'=>'Madre','FATHER'=>'Padre'),'',array('id'=>'lives_with_ast_'.$i,'required','class'=>'form-control col-md-6'))}}
@endif @endfor