|
RAZÓN SOCIAL:
{{ $configuracion->razonsocial }}
DOMICILIO FISCAL:
{{ $configuracion->direccion }}
|
RUT / R.I.F.:
{{ $configuracion->rut }}
TELÉFONO:
{{ $configuracion->telefono }}
EMAIL:
{{ $configuracion->email }}
|
| CANTIDAD | CÓDIGO | DESCRIPCIÓN | PRECIO UNITARIO | NETO |
|---|---|---|---|---|
| {{ $detalle->cantidad ?? 1 }} | {{ $detalle->producto->codigo ?? '' }} | {{ $detalle->producto->nombre ?? '' }} | {{ $detalle->precio ?? 0 }} | {{ $detalle->total }} |
| Sin ítems. | ||||
| SUBTOTAL | {{ $compra->subtotal }} |
| DESCUENTO | - {{ $compra->descuento }} |
| TOTAL | {{ $compra->total }} |
* Documento generado automáticamente.