INFORMACIÓN GENERAL

@if ($student)
Foto

{{ Form::label('INFORMACIÓN DEL ESTUDIANTE','INFORMACIÓN DEL ESTUDIANTE',array('style' => 'color:black')) }}
{{ Form::label('Nombres','Nombres',array('style' => 'color:black')) }} {{ Form::label('name_std',$student->first_name_std." ".$student->last_name_std) }}
{{ Form::label('Fecha nacimiento','Fecha nacimiento',array('style' => 'color:black')) }} {{ Form::label('date_std',$student->birthdate_std) }}
{{ Form::label('Lugar nacimiento','Lugar nacimiento',array('style' => 'color:black')) }} {{ Form::label('city_std',$student->birthcity_std) }}
{{ Form::label('Dirección','Dirección',array('style' => 'color:black')) }} {{ Form::label('address_std',$studentAddress->main_street_sta." ".$studentAddress->secondary_street_sta. " ".$studentAddress->number_sta) }}
{{ Form::label('Teléfono domicilio','Teléfono domicilio',array('style' => 'color:black')) }} {{ Form::label('phone_std',$studentAddress->phone1_sta) }}
{{ Form::label('Curso','Curso',array('style' => 'color:black')) }} {{ Form::label('lavel_std',$studentLevel->name_lvl . ' ' . $studentLevel->name_set . ' - ' . $studentLevel->name_clg) }}
@if($mother)

{{ Form::label('INFORMACIÓN MADRE','INFORMACIÓN DE LA MADRE',array('style' => 'color:black')) }}
{{ Form::label('Nombres: ','Nombres: ',array('style' => 'color:black')) }} {{ Form::label('name_mother',$mother->first_name_grd." ".$mother->last_name_grd) }}
{{ Form::label('Edad: ','Edad: ',array('style' => 'color:black')) }} {{ Form::label('age_mother',$mother->age) }}
{{ Form::label('Estado civil: ','Estado civil: ',array('style' => 'color:black')) }} {{ Form::label('marital_mother',$mother->marital_status_grd) }}
{{ Form::label('Instrucción: ','Instrucción: ',array('style' => 'color:black')) }} {{ Form::label('education_mother',$mother->education) }}
{{ Form::label('Teléfono celular: ','Teléfono celular: ',array('style' => 'color:black')) }} {{ Form::label('mobile_mother',$mother->mobile_grd) }}
{{ Form::label('Lugar de trabajo: ','Lugar de trabajo: ',array('style' => 'color:black')) }} {{ Form::label('company_mother',$mother->company_name_grd) }}
@endif @if($father)

{{ Form::label('INFORMACIÓN PADRE','INFORMACIÓN DEL PADRE',array('style' => 'color:black')) }}
{{ Form::label('Nombres: ','Nombres: ',array('style' => 'color:black')) }} {{ Form::label('name_father',$father->first_name_grd." ".$father->last_name_grd) }}
{{ Form::label('Edad: ','Edad: ',array('style' => 'color:black')) }} {{ Form::label('age_father',$father->age) }}
{{ Form::label('Estado civil: ','Estado civil: ',array('style' => 'color:black')) }} {{ Form::label('marital_father',$father->marital_status_grd) }}
{{ Form::label('Instrucción: ','Instrucción: ',array('style' => 'color:black')) }} {{ Form::label('education_father',$father->education) }}
{{ Form::label('Teléfono celular: ','Teléfono celular: ',array('style' => 'color:black')) }} {{ Form::label('mobile_father',$father->mobile_grd) }}
{{ Form::label('Lugar de trabajo: ','Lugar de trabajo: ',array('style' => 'color:black')) }} {{ Form::label('company_father',$father->company_name_grd) }}
@endif @if(!empty($legalGuardian)) @endif


{{ Form::label('Representante Legal','REPRESENTANTE LEGAL: ',array('style' => 'color:black')) }} {{ Form::label('legal_name',$legalGuardian->first_name_grd." ".$legalGuardian->last_name_grd) }}
@else No se encontraron estudiantes @endif {{Form::close()}}