@foreach ($result as $account) @endforeach

Serie Factura

Fecha Factura

Folio Factura

UUID

Total de Factura

30

60

90

90+

{{ $account['serial_number'] }} {{ $account['bill_date'] }} {{ $account['bill_invoice'] }} {{ $account['uuid'] }} {{'$'.number_format($account['total_xml'],2)}} {{'$'.number_format($account['days30'],2)}} {{'$'.number_format($account['days60'],2)}} {{'$'.number_format($account['days90'],2)}} {{'$'.number_format($account['days_90'],2)}}
TOTALES {{'$'.number_format($total_xmls,2)}} {{'$'.number_format($total_days30,2)}} {{'$'.number_format($total_days60,2)}} {{'$'.number_format($total_days90,2)}} {{'$'.number_format($total_days90s,2)}}