|
N° RUC: {{$empresa->nit}} Nro Factura: {{$venta->id}} |
{{$empresa->nombre_empresa}} {{$empresa->tipo_empresa}} {{$empresa->correo}} Tel: {{$empresa->telefono}} |
Dirección: {{$empresa->direccion}} Usuario Vendedor: {{$venta->name;}} Factura de contado |
Fecha: {{$fecha_formateada}} |
Cliente: {{$venta->cliente->nombre_cliente ?? 'Consumidor Final'}} |
N°Cedula: {{$venta->cliente->nit_codigo ?? 'No disponible'}} |
Nro | Producto | Cant | Desc | Precio | Total |
---|---|---|---|---|---|
{{$contador++}} | {{$detalle->producto->nombre}} | {{$detalle->cantidad}} | {{$detalle->producto->descuento}}% | {{$moneda->symbol." ".number_format($detalle->producto->precio_venta, 2)}} | {{$moneda->symbol." ".number_format($subtotal, 2)}} |
Descuento Total: {{$moneda->symbol." ".number_format($suma_descuento_total, 2)}}
Total a pagar: {{$moneda->symbol." ".number_format($suma_subtotal, 2)}}
Son: {{$literal}}
--------------------------
¡Gracias por su compra!