@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp CRÉDITOS EDUCATIVOS
{{ config_intranet('full_name') }}
REPORTE DE CRÉDITOS EDUCATIVOS
Fecha de descarga: {{ $currentDateTime }}
@foreach ($data as $educational_credit) @endforeach {{-- @php(dd($data)) --}}
Matrícula Nombre completo Correo Teléfono Estatus académico Grado Oferta educativa Ciclo solicitado Estatus general Estatus de pagos Motivo de rechazo Rechazado por Motivo de solicitud Porcentaje solicitado Porcentaje de beca Costo por financiamiento (6%) Total financiado Saldo restante 30% cubierto
{{ $educational_credit->academicRecord->student_number ?? '--' }} {{ $educational_credit->academicRecord->full_name ?? '--' }} {{ $educational_credit->academicRecord->email ?? '--' }} {{ $educational_credit->academicRecord->student->telephone ?? '--' }} {{ $educational_credit->academicRecord->status ?? '--' }} {{ $educational_credit->academicRecord?->degree_word ?? '--' }} {{ $educational_credit->academicRecord?->curriculum?->full_name ?? '--' }} {{ $educational_credit->cycle->short_name ?? '--' }} {{ $educational_credit->status ?? '--' }} {{ $educational_credit->status_payments ?? '--' }} {{ $educational_credit?->rejection_description ?? 'N/A' }} {{ $educational_credit?->rejectedBy?->username ?? 'N/A' }} {{ $educational_credit->request_motive ?? '--' }} {{ $educational_credit->credit_percentage / 100 }} {{ $educational_credit?->scholarship_percentage / 100 }} {{ $educational_credit->commision ?? 0 }} {{ $educational_credit->total_credit ?? 0 }} {{ $educational_credit->pending_amount ?? 0 }} {{ $educational_credit->has_30_percent_covered ? 'Sí' : 'No' }}
{{-- @php(dd()) --}}