|
LISTA DE GASTOS REPOSICION {{ $cabecera->descripcion }} {{ $cabecera->direccion }} |
|
| Fecha | Tipo | UUID | Concepto | Cantidad | Subtotal | IVA | Total |
| {{ date("d-m-Y", strtotime($docto->fechatipo)) }} | {{ $tipo }} | {{ $docto->uuid }} | {{ $docto->detalleconcepto }} | {{ $docto->cantidad }} | $ {{ number_format($docto->detallesubtotal,2,'.',',') }} | $ {{ number_format($docto->detalleiva,2,'.',',') }} | $ {{ number_format($docto->detalletotal,2,'.',',') }} |
| SUBTOTAL: | $ {{ number_format($subtotal,2,'.',',') }} | |
| IVA: | $ {{ number_format($iva,2,'.',',') }} | |
| DESCUENTO: | $ {{ number_format($descuento,2,'.',',') }} | |
| TOTAL: | $ {{ number_format($total-$descuento,2,'.',',') }} |