@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp BECAS {{-- --}} @foreach ($data as $cholarship => $item) {{-- @php(dd($item)) --}} {{-- --}} @endforeach
REPORTE DE BECAS
Fecha de descarga: {{ $currentDateTime }}
Matricula Nombre Correo Teléfono Estatus del alumnoPromedio del alumnoPais 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 }}
{{-- @php(dd()) --}}