@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp
{{ 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' }} |
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 ?? '--' }} |