@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 | ESTADO DE NACIMIENTO | ESTADO CIVIL | 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 | NIVEL ACADÉMICO DE PROCEDENCIA | 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?->state_birth?->name ?? '--' }} | {{ $academicRecord->student?->maritalStatus ?? '--' }} | {{ $academicRecord->student->nacionality ?? '--' }} | @php $address = $academicRecord->student?->addresses; $stateRelation = $address?->getRelationValue('state'); $stateName = $stateRelation?->name ?? ($address?->state ?? '--'); @endphp{{ $stateName }} | {{ $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 ?? '--' }} | {{ $academicRecord->student?->level_of_origin ?? '--' }} | @if ($academicRecord->student?->schools_of_origin){{ $academicRecord->student?->schools_of_origin->type }} | {{ $academicRecord->student?->schools_of_origin->name }} | @else-- | -- | @endif{{ $academicRecord->student?->adviser?->username ?? '--' }} |