@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp
{{ config_intranet('full_name') }} | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
REPORTE DE BECAS POR PROMEDIO | ||||||||||
Fecha de descarga: {{ $currentDateTime }} | ||||||||||
Matrícula | Alumno | País de procedencia | Oferta educativa | Ciclo anterior | Promedio anterior | Porcentaje de beca anterior | Veredicto | Ciclo nuevo | Promedio actual | Porcentaje final |
{{ $item->academicRecord->student_number }} | {{ $item->academicRecord->student->full_name }} | {{ $item->academicRecord->student->nacionality ?? '--' }} | {{ $item->curricula[0]->name }} | {{ $item->last_cycle }} | {{ $item->old_average ?? '-' }} | {{ $item->last_percentage }}% | {{ $item->message }} | {{ $item->new_cycle }} | {{ $item->current_average }} | {{ $item->final_percentage }}% |