@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp BECAS POR CICLO
{{ config_intranet('full_name') }}
BECAS DEL CICLO: {{ strtoupper($data['cycle_request']) }}
Fecha de descarga: {{ $currentDateTime }}
Renovaciones Nuevo ingreso becados {{ 'Total (Renovaciones + Nuevo ingreso becados)' }} Nuevo ingreso
{{ $data['totals']['renovation_scholarship'] ?? '0' }} {{ $data['totals']['new_scholarship'] ?? '0' }} {{ $data['totals']['total'] ?? '0' }} {{ $data['totals']['academic_records_total'] ?? '0' }}
@foreach ($data['scholarshipsByPercentage']['counts'] as $percentage => $value) @endforeach @foreach ($data['scholarshipsByPercentage']['counts'] as $value) @endforeach
{{ "$percentage%" }}
{{ $value }}
@foreach ($data['reportByCurriculaPercentage'] as $level => $periodicity) @foreach ($periodicity as $periodicityName => $curriculum) @for ($percentage = 5; $percentage <= 100; $percentage += 5) @endfor @foreach ($curriculum as $curriculumName => $curriculumData) @foreach ($curriculumData['percentages_data'] as $percentageValue) @endforeach @endforeach @endforeach @endforeach
{{ $level }} Becas
{{ $periodicityName }} {{ "$percentage%" }} Renovaciones Nuevo ingreso becados Nuevo ingreso {{ 'Total (Renovaciones + Nuevo ingreso becados)' }}
{{ $curriculumData['curriculum_name'] }} {{ $percentageValue['total'] == 0 ? '-' : $percentageValue['total'] }} {{ $curriculumData['total_renovation'] == 0 ? '-' : $curriculumData['total_renovation'] }} {{ $curriculumData['total_inscription'] == 0 ? '-' : $curriculumData['total_inscription'] }} {{ $curriculumData['total_academic_records'] == 0 ? '-' : $curriculumData['total_academic_records'] }} {{ $curriculumData['total'] == 0 ? '-' : $curriculumData['total'] }}
TOTAL {{ $data['totals']['total'] ?? '0' }}
{{-- @dd($currentDateTime) --}} {{-- @dd($data) --}}