@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp
{{ 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) | {{ "$percentage%" }} | @endforeach
---|---|
@foreach ($data['scholarshipsByPercentage']['counts'] as $value) | {{ $value }} | @endforeach
{{ $level }} | Becas | |||||||||||||||||||||||
{{ $periodicityName }} | @for ($percentage = 5; $percentage <= 100; $percentage += 5){{ "$percentage%" }} | @endforRenovaciones | Nuevo ingreso becados | Nuevo ingreso | {{ 'Total (Renovaciones + Nuevo ingreso becados)' }} | |||||||||||||||||||
{{ $curriculumData['curriculum_name'] }} | @foreach ($curriculumData['percentages_data'] as $percentageValue){{ $percentageValue['total'] == 0 ? '-' : $percentageValue['total'] }} | @endforeach{{ $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' }} |