@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp REPORTE COBRANZA
{{ config_intranet('full_name') }}
REPORTE DE ADEUDOS DEL MES : {{ strtoupper($data['request']['month']) }}
Fecha de descarga: {{ $currentDateTime }}
Estatus Conteo Porcentaje Monto
Pendiente {{ $data['report']['Pendiente']['count'] ?? '0' }} {{ $data['report']['Pendiente']['percentage'] . '%' ?? '0' }} {{ $data['report']['Pendiente']['amount'] ?? '0' }}
Pagado {{ $data['report']['Pagado']['count'] ?? '0' }} {{ $data['report']['Pagado']['percentage'] . '%' ?? '0' }} {{ $data['report']['Pagado']['amount'] ?? '0' }}
Total {{ $data['report']['Total']['count'] ?? '0' }} {{ $data['report']['Total']['percentage'] . '%' ?? '0' }} {{ $data['report']['Total']['amount'] ?? '0' }}
@foreach ($data['report']['data'] as $report) @endforeach
MatrĂ­cula Nombre completo Oferca academica Grado escolar Estatus Nivel educativo Oferta educativa Grado Concepto Adeudo
{{ $report->student_number ?? '--' }} {{ $report->name ?? '--' }} {{ $report->name ?? '--' }} {{ $report->name ?? '--' }} {{ $report->status ?? '--' }} {{ $report->curriculum ?? '--' }} {{ $report->level ?? '--' }} {{ $report->degree_word ?? '--' }} {{ $report->reference ?? '--' }} {{ $report->amount ?? '--' }}