@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp ESCUELAS DE PROCEDENCIA @foreach ($data as $academicRecord) @if ($academicRecord->inscriptionCycle?->name) @else @endif @endforeach {{-- @php(dd($academicRecord)) --}}
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' }}{{ $academicRecord->inscriptionCycle->name }} {{ count($academicRecord->cycles) > 0 ? $academicRecord->cycles->last()->name : '--' }} {{ $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 ?? '--' }}
{{-- @php(dd()) --}}