@include('pdf.css')
@foreach($data_all as $idx => $det)
|
| Feche Emisión | :12/01/2018 |
| Señor(es) | {{$det['rs']}} |
| RUC/DNI | {{$det['document']}} |
| N | FECHA | CUOTA | FECHA PAGO | CANCELADO | DEBE | MORA |
|---|---|---|---|---|---|---|
| {{$d['number']}} | {{$d['date']}} | {{number_format($d['quota_amount'],2)}} | {{$d['date_collection']}} | {{number_format($d['amount_collection'],2)}} | {{number_format($d['amount_debts'],2)}} | {{number_format($d['mora'],2)}} |