@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 }} |
COTIZACIÓN
{{ $quote->serie . '-' . $quote->correlativo }}
|
| RAZÓN SOCIAL | : {{ $client->nombres }} |
| N° DOCUMENTO | : {{ $client->nro_documento }} |
| DIRECCION | : {{ $client->direccion }} |
| MONEDA | : {{ $moneda }} |
| VENDEDOR | : ADMINISTRADOR |
| OBSERVACIONES: {{ $quote->observaciones }} |
OP. GRAVADAS: {{ $signo }}
{{ number_format($quote->subtotal, 2, '.', '') }}
IGV: {{ $signo }}
{{ $quote->igv }}
TOTAL A PAGAR: {{ $signo }}
{{ $quote->total }}
|