{{ $business->nombre_comercial }}
{{ $business->direccion }}
{{ $ubigeo["distrito"] }} - {{ $ubigeo["provincia"] }} - {{ $ubigeo["departamento"] }}
Teléfono: {{ ($business->telefono == null) ? '-' : $business->telefono }}
R.U.C. {{ $business->ruc }}
{{ $type_document->descripcion }}
{{ $factura->serie . '-' . $factura->correlativo }}
NOMBRE : {{ $client->nombres }} MONEDA : SOLES RUC : {{ $client->dni_ruc }} VENDEDOR : ADMINISTRADOR DIRECCÓN @if ($client->direccion == "-") : {{ $client->direccion }}                                      @else : {{ $client->direccion }} @endif
@foreach ($detalle as $i => $item) @endforeach
# CODIGO DESCRIPCIÓN CANT. UND. P.UNIT. TOTAL
{{ $i + 1 }} {{ ($item["codigo_interno"] == null || $item == "") ? "" : $item["codigo_interno"] }} {{ $item["producto"] }} {{ intval($item["cantidad"]) }} {{ $item["unidad"] }} {{ $item["precio_unitario"] }} {{ $item["precio_total"] }}
SON: {{ $numero_letras }} CON 00/100 SOLES
OBSERVACIONES: {{ $factura->observaciones }}
OP. GRAVADAS: S/.
{{ number_format(($factura->exonerada + $factura->gravada + $factura->inafecta), 2, '.', '') }}
IGV: S/.
{{ $factura->igv }}
TOTAL A PAGAR: S/.
{{ $factura->total }}
FORMA DE PAGO: CONTADO
FECHA DE EMISIÓN: {{ $factura->fecha_emision }} {{ $factura->hora }}
IMPORTE TOTAL: {{ $factura->total }}

Representación impresa del Comprobante Electrónico, Consulte su comprobante en:

https://facturacion.mytems.cloud/buscar