← Volver
@if($empresaGlobal && $empresaGlobal->logo_url) @else @endif
{{ $comprobante->emisor_razon_social }}
@if($empresaGlobal && $empresaGlobal->direccion) {{ $empresaGlobal->direccion }} @if($empresaGlobal->distrito) - {{ $empresaGlobal->distrito }} @endif
@endif @if($empresaGlobal && $empresaGlobal->telefono) Tel: {{ $empresaGlobal->telefono }} • @endif @if($empresaGlobal && $empresaGlobal->email) {{ $empresaGlobal->email }} @endif
R.U.C. {{ $comprobante->emisor_ruc }}
{{ strtoupper($comprobante->tipo_documento_nombre) }} ELECTRÓNICA
{{ $comprobante->numero_completo }}
DATOS DEL CLIENTE
Razón Social:
{{ $comprobante->receptor_razon_social }}
{{ $comprobante->receptor_tipo_doc_label }}:
{{ $comprobante->receptor_numero_doc }}
Fecha emisión:
{{ $comprobante->fecha_emision->format('d/m/Y') }} {{ substr($comprobante->hora_emision, 0, 5) }}
@if($comprobante->receptor_direccion)
Dirección:
{{ $comprobante->receptor_direccion }}
@endif @if($comprobante->doc_referencia_serie_numero)
Doc. referencia:
{{ $comprobante->doc_referencia_serie_numero }} - {{ $comprobante->motivo_referencia }}
@endif @if($comprobante->venta && $comprobante->venta->detalles->count())
DETALLE DE PRODUCTOS
@foreach($comprobante->venta->detalles as $d) @endforeach
Cant. Unidad Descripción P. Unitario Total
{{ number_format($d->cantidad, 2) }} UND {{ $d->descripcion }}
Cód: {{ $d->codigo }}
{{ number_format($d->precio_unitario, 2) }} {{ number_format($d->total, 2) }}
@endif
@if($comprobante->total_exoneradas > 0) @endif @if($comprobante->total_descuentos > 0) @endif
Op. Gravadas: {{ $comprobante->moneda }} {{ number_format($comprobante->total_gravadas, 2) }}
Op. Exoneradas:{{ $comprobante->moneda }} {{ number_format($comprobante->total_exoneradas, 2) }}
IGV (18%): {{ $comprobante->moneda }} {{ number_format($comprobante->total_igv, 2) }}
Descuento:-{{ $comprobante->moneda }} {{ number_format($comprobante->total_descuentos, 2) }}
TOTAL: {{ $comprobante->moneda }} {{ number_format($comprobante->importe_total, 2) }}
SON: {{ $comprobante->importe_letras }}