@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp
{{ config_intranet('full_name') }} | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
REPORTE DE ESTUDIANTES {{ now()->format('Y-m-d') }} | ||||||||||||||||||||||||||||
Fecha de descarga: {{ $currentDateTime }} | ||||||||||||||||||||||||||||
UUID | --}}MATRICULA | CURP | NOMBRE | CORREO | SEXO | NACIONALIDAD | ESTADO | EDAD | {{--LUGAR DE NACIMIENTO | ENTIDAD DE ORIGEN | --}}NIVEL | RVOE | PROGRAMA | MODALIDAD | TIPO DE RVOE | PERIODICIDAD | COORDINACIÓN | GRADO | CICLO DE INSCRIPCIÓN | TIENE CALIFICACIONES | TIENE PAGOS | ESTATUS | UUID | TIPO DE ESCUELA DE PROCEDENCIA | NOMBRE DE ESCUELA DE PROCEDENCIA | ASESOR | ||
{{ $academicRecord->student_number ?? '--' }} | {{ $academicRecord->student->curp ?? '--' }} | {{ $academicRecord->student->full_name ?? '--' }} | {{ $academicRecord->email ?? '--' }} | {{ $academicRecord->student->gender ?? '--' }} | {{ $academicRecord->student->nacionality ?? '--' }} | {{ $academicRecord->student?->addresses?->state ?? '--' }} | {{ $academicRecord->student->old ?? '--' }} | {{--{{ $academicRecord->student->countryBirth }} | {{ $academicRecord->student->stateBirth }} | --}}{{ $academicRecord->curriculum->level ?? '--' }} | {{ $academicRecord->curriculum->agreement ?? '--' }} | {{ $academicRecord->curriculum->name ?? '--' }} | {{ $academicRecord->curriculum->modality ?? '--' }} | {{ $academicRecord->curriculum->type_rvoe ?? '--' }} | {{ $academicRecord->curriculum->periodicity ?? '--' }} | {{ $academicRecord->curriculum?->coordination?->name ?? '--' }} | {{ $academicRecord->degree_word ?? '--' }} | @if ($academicRecord->inscriptionCycle?->name){{ $academicRecord->inscriptionCycle->name }} | @else{{ count($academicRecord->cycles) > 0 ? $academicRecord->cycles->last()->name : '--' }} | @endif{{ $academicRecord->grades_count > 0 ? "SI":'NO' }} | {{ $academicRecord->payment_count > 0 ? "SI":'NO' }} | {{ $academicRecord->status ?? '--' }} | {{ $academicRecord->student->uuid ?? '--' }} | @if ($academicRecord->student?->schools_of_origin){{ $academicRecord->student?->schools_of_origin->type }} | {{ $academicRecord->student?->schools_of_origin->name }} | @else-- | -- | @endif{{ $academicRecord->student?->adviser?->username ?? '--' }} |