{{ config_intranet('full_name') }} | |||||||
---|---|---|---|---|---|---|---|
REPORTE DE FACTURACIÓN | |||||||
{{ $from }} - {{ $to }} | |||||||
Folio | Fecha de facturación | Matrícula | Nombre | RFC | Estatus | Monto | Método de pago |
{{ $item->folio }} | {{ $item->invoice_date }} | {{ isset($item->academicRecord->student_number) ? $item->academicRecord->student_number : 'N/A' }} | {{ isset($item->academicRecord->student) ? $item->academicRecord->student->full_name : 'N/A' }} | {{ $item->rfc }} | {{ $item->status }} | {{ $item->total }} | {{ $item->method_payment }} |