{{ $business->nombre_comercial }}
{{ $business->direccion }}
{{ $ubigeo["distrito"] }} - {{ $ubigeo["provincia"] }} - {{ $ubigeo["departamento"] }}
Teléfono: {{ ($business->telefono == null) ? '-' : $business->telefono }}
R.U.C. {{ $business->ruc }}
COTIZACIÓN
{{ $quote->serie . '-' . $quote->correlativo }}
NOMBRE : {{ $client->nombres }} MONEDA : SOLES RUC : {{ $client->dni_ruc }} VENDEDOR : ADMINISTRADOR DIRECCÓN @if ($client->direccion == "-") : {{ $client->direccion }}                                      @else : {{ $client->direccion }} @endif
@foreach ($detail 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: {{ $quote->observaciones }}
OP. GRAVADAS: S/.
{{ number_format(($quote->exonerada + $quote->gravada + $quote->inafecta), 2, '.', '') }}
IGV: S/.
{{ $quote->igv }}
TOTAL A PAGAR: S/.
{{ $quote->total }}