{{ $business->razon_social }}
{{ $business->direccion }}
Teléfono: {{ $business->telefono == null ? '-' : $business->telefono }}
COMPRA
{{ $buy->serie . '-' . $buy->correlativo }}
RAZÓN SOCIAL : {{ $provider->nombres }}
N° DOCUMENTO : {{ $provider->nro_documento }}
DIRECCION : {{ $provider->direccion }}
MONEDA : {{ $moneda }}
VENDEDOR : ADMINISTRADOR
@foreach ($detail as $i => $item) @endforeach
# DESCRIPCIÓN CANT. UND. P.UNIT. IMPORTE
{{ $i + 1 }} {{ $item['producto'] }} {{ intval($item['cantidad']) }} {{ $item['unidad'] }} {{ number_format($item['precio_unitario'], 2, '.', '') }} {{ number_format($item['precio_total'], 2, '.', '') }}
SON: {{ $numero_letras }} CON 00/100 {{ $moneda }}
OBSERVACIONES: {{ $buy->observaciones }}
OP. GRAVADAS: {{ $signo }}
{{ number_format($buy->subtotal, 2, '.', '') }}
IGV: {{ $signo }}
{{ $buy->igv }}
TOTAL A PAGAR: {{ $signo }}
{{ $buy->total }}