{{ $comprobante->empresa->razon_social }}

RUC: {{ $comprobante->empresa->numero_documento }}

Dirección: {{ $comprobante->empresa->direccion }}

@if($comprobante->empresa->telefono || $comprobante->empresa->email)

@if($comprobante->empresa->telefono) Teléfono: {{ $comprobante->empresa->telefono }} @endif @if($comprobante->empresa->telefono && $comprobante->empresa->email) | @endif @if($comprobante->empresa->email) Email: {{ $comprobante->empresa->email }} @endif

@endif

{{ strtoupper($comprobante->tipoComprobante->descripcion) }}

ELECTRÓNICO

{{ $comprobante->numero_completo }}

Datos del Cliente

@if($comprobante->cliente_direccion) @else @endif
Cliente: {{ $comprobante->cliente_razon_social }} {{ $comprobante->clienteTipoDocumento->descripcion }}: {{ $comprobante->cliente_numero_documento }}
Dirección: {{ $comprobante->cliente_direccion }}Fecha de Emisión: {{ $comprobante->fecha_emision->format('d/m/Y') }}

Detalle de la Venta

@foreach($comprobante->detalles as $detalle) @endforeach
CANT. DESCRIPCIÓN VALOR UNITARIO IMPORTE
{{ number_format($detalle->cantidad, 2) }} {{ $detalle->descripcion }} S/ {{ number_format($detalle->precio_unitario, 2) }} S/ {{ number_format($detalle->subtotal, 2) }}
@if($comprobante->total_gravado > 0) @endif @if($comprobante->total_exonerado > 0) @endif @if($comprobante->total_inafecto > 0) @endif @if($comprobante->total_descuento > 0) @endif @if($comprobante->total_igv > 0) @endif
SUBTOTAL: S/ {{ number_format($comprobante->total_gravado, 2) }}
TOTAL EXONERADO: S/ {{ number_format($comprobante->total_exonerado, 2) }}
TOTAL INAFECTO: S/ {{ number_format($comprobante->total_inafecto, 2) }}
DESCUENTOS: S/ {{ number_format($comprobante->total_descuento, 2) }}
IGV (18%): S/ {{ number_format($comprobante->total_igv, 2) }}
TOTAL: S/ {{ number_format($comprobante->total_venta, 2) }}

Representación impresa de la {{ $comprobante->tipoComprobante->descripcion }} Electrónica.

Autorizado por la SUNAT mediante resolución de intendencia N° 123-2024.

Formato impreso generado automáticamente.