| RUC | : {{ $business->ruc }} |
|---|---|
| EMPRESA | : {{ $business->nombre_comercial }} |
| CANTIDAD DE COMPRAS | : {{ $quantity }} |
| Usuario | Fecha | Descripción | Detalle | Total |
|---|---|---|---|---|
| {{ $item->usuario }} | {{ date('d-m-Y', strtotime($item->fecha_emision)) }} | {{ $item->gasto }} | {{ $item->detalle }} | {{ $item->monto }} |
| Total S/ | {{ number_format($total, 2, ".", "") }} | |||