@else
@endif
@else
@if ($isLinux)
{{ $business->razon_social }}
{{ $business->direccion }}
{{ $tipo_comprobante->descripcion }}
{{ $factura->serie }}-{{ $factura->correlativo }}
Adquiriente
{{ $tipo_documento->descripcion_documento }} {{ $factura->cliente->nro_documento }}
{{ $factura->cliente->nombres }}
{{ $factura->cliente->direccion }}
Fecha de Emisión:{{ date('d/m/Y', strtotime($factura->fecha_emision)) }} Hora: {{ $factura->hora }}
Forma de Pago: Contado
Vendedor: {{ $vendedor }}
| Cant | Descripción | P/U | Importe |
|---|---|---|---|
| {{ round($product['cantidad']) }} | {{ $product['producto'] }} | {{ $product['precio_unitario'] }} | {{ $product['precio_total'] }} |
| Subtotal: | {{ $signo }} {{ $factura->subtotal }} | ||
| IGV: | {{ $signo }} {{ $factura->igv }} | ||
| Importe Total: | {{ $signo }} {{ $factura->total }} | ||
| Son: {{ $numero_letras }} Con 00/100 {{ $moneda }} | |||
METODOS DE PAGO
@foreach ($payment_modes as $pay_mode){{ $pay_mode['modo_pago'] }}: {{ $pay_mode['monto'] }}
@endforeach