@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp
REPORTE DE BECAS | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Fecha de descarga: {{ $currentDateTime }} | |||||||||||
Matricula | Nombre | Correo | Teléfono | Estatus del alumno | {{--Promedio del alumno | --}}Pais de procedencia | Ciclo escolar | Programa | Tipo de beca | Porcentaje de beca | Estatus |
{{ $item->academicRecord->student_number }} | {{ $item->academicRecord->student->full_name }} | {{ $item->academicRecord->email ?? "--" }} | {{ $item->academicRecord->student->telephone ?? "--" }} | {{ $item->academicRecord->status }} | {{--{{ $item->percentile_avg ?? $item->bachelor_avg ?? "--" }} | --}}{{ $item->academicRecord->student->nacionality ?? '--' }} | {{ $item->cycle->name }} | {{ $item->curricula[0]->full_name }} | {{ $item->types }} | {{ $item->percentage }}% | {{ $item->status }} |