| Datos Estudiante | Carrera | Hepatitis B | COVID | Influenza | Fotografía | Documentación adicionales | Validación | Opciones |
|---|---|---|---|---|---|---|---|---|
|
{{ $student['rut'] }}
{{ $student['nombre'] ?? $student['name'] }}
{{ $student['apellido_paterno'] ?? '' }}
{{ $student['apellido_materno'] ?? '' }}
@if (isset($student['mail']))
{{ $student['mail'] }}
@endif
|
{{ $student['program'] }} | @foreach (['Hepatitis B', 'Covid', 'Influenza', 'Fotografía'] as $tipo)
|
@endforeach
Ver Ficha |