| Cuenta Ind: | {{$consulta_remision[0]->CAMPLIB3}} |
|---|---|
| Cliente: | {{$consulta_remision[0]->CLAVE}} |
| {{$consulta_remision[0]->NOMBRE}} |
| # Remisión | Fecha | |
|---|---|---|
| Cve. | Cant | Descripción | P/U | Importe |
|---|---|---|---|---|
| SUBTOTAL: | {{ number_format($total, 2, '.', ',') }} | |||
| IVA: | {{ number_format($consulta_remision[0]->IMP_TOT4, 2, '.', ',') }} | |||
| Descuento: | {{ number_format($consulta_remision[0]->DES_TOT , 2, '.', ',') }} | |||
| {{ $titulo_total }} | {{ number_format(($total+$consulta_remision[0]->IMP_TOT4)-$consulta_remision[0]->DES_TOT, 2, '.', ',') }} |