@php if (!isset($students)) { $students = $studentsForJs ?? []; } @endphp @foreach ($students as $student) @foreach (['Hepatitis B', 'Covid', 'Influenza', 'Fotografía'] as $tipo) @endforeach @endforeach
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'] }} Ver Ficha