@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp
REPORTE DE ESCUELAS DE PROCEDENCIA | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Fecha de descarga: {{ $currentDateTime }} | |||||||||||||
Nombre de escuela de procedencia | Tipo de escuela de procedencia | Estado | Ciclo de inscripción | Fecha de inscripción | Matrícula | Nombre | Correo | Teléfono | Nacionalidad | Oferta educativa | Grado | Estatus | |
{{ $academicRecord->student?->schools_of_origin?->name ?? 'SIN REGISTRO' }} | {{ $academicRecord->student?->schools_of_origin?->type ?? 'SIN REGISTRO' }} | {{ $academicRecord->student?->addresses?->state ?? 'SIN REGISTRO' }} | @if ($academicRecord->inscriptionCycle?->name){{ $academicRecord->inscriptionCycle->name }} | @else{{ count($academicRecord->cycles) > 0 ? $academicRecord->cycles->last()->name : '--' }} | @endif{{ $academicRecord->inscription_date ?? '--' }} | {{ $academicRecord->student_number ?? '--' }} | {{ $academicRecord->student->full_name ?? '--' }} | {{ $academicRecord->email ?? '--' }} | {{ $academicRecord->student->telephone ?? '--' }} | {{ $academicRecord->student->nacionality ?? '--' }} | {{ $academicRecord->curriculum->full_name ?? '--' }} | {{ $academicRecord->degree ?? '--' }} | {{ $academicRecord->status ?? '--' }} |