@php
$isLinux = PHP_OS_FAMILY === 'Linux';
@endphp
@if (empty($logo))
@if ($isLinux)
@else
@endif
@else
@if ($isLinux)
|
{{ $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 |
| OBSERVACIONES: {{ $buy->observaciones }} |
OP. GRAVADAS: {{ $signo }}
{{ number_format($buy->subtotal, 2, '.', '') }}
IGV: {{ $signo }}
{{ $buy->igv }}
TOTAL A PAGAR: {{ $signo }}
{{ $buy->total }}
|