ACTUALIZACIÓN DE DATOS
1. DATOS DEL ALUMNO | |||||
---|---|---|---|---|---|
NOMBRE DEL ALUMNO: | {{$student->last_name_std}} {{$student->first_name_std}} | ||||
FECHA DE NACIMIENTO: | {{$student->birthdate_std}} | ||||
DIRECCIÓN: | {{$studentAddres->main_street_sta}} {{$studentAddres->number_sta}} {{$studentAddres->secondary_street_sta}} | ||||
TELÉFONO: | {{$student->phone_std}} | ||||
2. DATOS DE LOS REPRESENTANTES | |||||
NOMBRE DEL PADRE: | {{$father->last_name_grd}} {{$father->first_name_grd}} | ||||
TELÉFONO TRABAJO: | {{$father->company_phone_grd}} | ||||
CELULAR: | {{$father->mobile_grd}} | ||||
PROFESIÓN/OCUPACIÓN: | {{$father->name_dgr}} | ||||
NOMBRE DE LA MADRE: | {{$mother->last_name_grd}} {{$mother->first_name_grd}} | ||||
TELÉFONO TRABAJO: | {{$mother->company_phone_grd}} | ||||
CELULAR: | {{$mother->mobile_grd}} | ||||
PROFESIÓN/OCUPACIÓN: | {{$mother->name_dgr}} | ||||
3. CONTACTOS DE EMERGENCIA | |||||
|
|
||||
|
|
||||
4. DATOS MÉDICOS: | |||||
NOMBRE DEL PEDIATRA/MÉDICO FAMILIAR: | {{$student->family_physician_mdf}} | ||||
TELÉFONO/CELULAR: | {{$student->physician_office_mdf}}/{{$student->physician_mobile_mdf}} | ||||
HOSPITAL PREFERENCIA: | |||||
OPCIÓN 1: | {{$student->hospital_preference1_mdf}} | ||||
OPCIÓN 2: | {{$student->hospital_preference2_mdf}} | ||||
GRUPO SANGUINEO: | {{$student->blood_type_mdf}} |
Indique si el alumno ha sufrido alguna enfermedad de importancia. Aguda o crónica:
@if($student->chronic_disease_mdf) {{$student->chronic_disease_mdf}} @else Ninguna @endif
Indique si el alumno presenta alguna alergia:
@if($student->allergy_mdf) {{$student->allergy_mdf}} @else Ninguna @endif
Indique si el alumno necista medicación continua:
@if($student->allergy_medication_mdf) {{$student->allergy_medication_mdf}} @else Ninguna @endif
Indique si el alumno padece alergias a algún medicamento:
@if($student->reaction_medicine_mdf) {{$student->reaction_medicine_mdf}} @else Ninguna @endif
Indique si el alumno padece alguna discapacidad: (Indicar tipo de discapacidad):
@if($student->disability_mdf) {{$student->disability_mdf}} Carnet de CONADIS: {{$student->id_conadis_mdf}} @else Ninguna @endif