{{ $business->nombre_comercial }}
{{ $business->direccion }}
{{ $ubigeo["distrito"] }} - {{ $ubigeo["departamento"] }}
RUC: {{ $business->ruc }}
{{ $tipo_comprobante->descripcion }}
{{ $reference_guide->serie }}-{{ $reference_guide->correlativo }}
CÓDIGO: {{ $reference_guide->codigo }}
Fecha de Emisión: {{ date('d/m/Y', strtotime($reference_guide->fecha_emision)) }} Hora: {{ $reference_guide->hora }}
Origen: {{ $reference_guide->origen_direccion }} {{ $reference_guide->origen_provincia }}
Destino: {{ $reference_guide->destino_direccion }} {{ $reference_guide->destino_provincia }}
DATOS DEL REMITENTE
Nombre/Raz. Social: {{ $remitente->nombres }}
DNI/RUC: {{ $remitente->dni_ruc }} - Teléfono: {{ $remitente->telefono }}
DATOS DEL DESTINATARIO
Nombre/Raz. Social: {{ $destinatario->nombres }}
DNI/RUC: {{ $destinatario->dni_ruc }} - Teléfono: {{ $destinatario->telefono }}
FORMA DE PAGO: {{ $reference_guide->modo_pago_guia }}
| Cant. | Descripción | P/U | Total |
|---|---|---|---|
| [ {{ round($product['cantidad']) }} ] | {{ $product['producto'] }} | {{ $product['precio_unitario'] }} | {{ $product['precio_total'] }} |
| OP. Gravadas: | S/ {{ number_format(($reference_guide->exonerada + $reference_guide->gravada + $reference_guide->inafecta), 2, ".", "") }} | ||
| IGV: | S/ {{ $reference_guide->igv }} | ||
| Importe Total: | S/ {{ $reference_guide->total }} | ||
| Son: {{ $numero_letras }} Con 00/100 Soles | |||