@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp Resumen de inscripciones
{{ config_intranet('full_name') }}
RESUMEN DE INSCRIPCIONES
Fecha de descarga: {{ $currentDateTime }}

{{ $cycles->pluck('full_name')->join(', ') }}

@foreach ($academic_status as $status) @if ($report[$status]['total'] > 0) @endif @endforeach
Estatus México Colombia Perú Otro Total
{{ $status }} {{ $report[$status]['total_México'] }} {{ $report[$status]['total_Colombia'] }} {{ $report[$status]['total_Perú'] }} {{ $report[$status]['total_Otro'] }} {{ $report[$status]['total'] }}
Total {{ $report['totales']['México'] }} {{ $report['totales']['Colombia'] }} {{ $report['totales']['Perú'] }} {{ $report['totales']['Otro'] }} {{ $report['totales']['total'] }}
@foreach ($academic_status as $status) @if ($report[$status]['total'] > 0) @foreach ($report[$status]['curriculum'] as $curriculum_name => $analytics) @endforeach
{{ $status }} México Colombia Perú Otro Total
{{ $curriculum_name }} {{ $analytics['México'] }} {{ $analytics['Colombia'] }} {{ $analytics['Perú'] }} {{ $analytics['Otro'] }} {{ $analytics['total'] }}
Total {{ $report[$status]['total_México'] }} {{ $report[$status]['total_Colombia'] }} {{ $report[$status]['total_Perú'] }} {{ $report[$status]['total_Otro'] }} {{ $report[$status]['total'] }}

@endif @endforeach @foreach ($data as $item) @endforeach
Matrícula Nombre Apellido Paterno Apellido Materno Correo Personal Correo Institucional Nacionalidad País Estado Estatus aspirante Oferta educativa Grado Mes Estatus de pago Pagado el Total Asesor
{{ $item->student_number }} {{ $item->name }} {{ $item->lastname1 }} {{ $item->lastname2 }} {{ $item->personal_email ?? "" }} {{ $item->institucional_email ?? "" }} {{ $item->nacionality }} {{ $item->country ?? '-' }} {{ $item->state ?? '-' }} {{ $item->status }} {{ $item->curriculum }} {{ $item->degree_word }} {{ $item->month_name }} {{ $item->payment_status }} {{ $item->payed_at }} {{ $item->amount_total }} {{ $item->adviser ?? '-' }}
{{-- @dd($data[0]) --}}