@component('components.master') @slot('body') @verbatim

MARCA:

{{m.marca.name}}

UNIDAD:

{{m.medida.prefijo}}

Precios
Precio Costo
Precio Especial
Precio Mayorista
Precio Minorista
Precio Normal
F. Ven
Fecha Ven. 1
Fecha Ven. 2
CANTIDAD
LOTE
Nuevo producto
{{moneda}} {{Number(TotalItemsNoExentos).toFixed(2)}}

SUMAS

{{moneda}}{{Number(TotalIva).toFixed(2)}}

IVA%

{{moneda}} {{Number(SubTotal).toFixed(2)}}

SUBTOTAL

{{moneda}} {{Number(TotalRetencion).toFixed(2)}}

RET. 1%(-)

{{moneda}} {{Number(TotalItemsExcentos).toFixed(2)}}

EXENTO

{{ItemExento.length}}

PROD. EXENTOS

{{moneda}} {{Number(TotalItems).toFixed(2)}}

TOTAL

@endverbatim @endslot @slot('script') @endslot @slot('style') @endslot @endcomponent