@extends('layouts.app') @section('title', 'Comprobante ' . $comprobante->numero_completo) @section('header', $comprobante->tipo_documento_nombre . ' ' . $comprobante->numero_completo) @section('content') @php $moneda = $empresaGlobal->moneda ?? 'S/'; $color = $comprobante->estado_color; @endphp
{{ $comprobante->tipo_documento_nombre }}
Emitida el {{ $comprobante->fecha_emision->format('d/m/Y') }} a las {{ $comprobante->hora_emision }}
{{ $comprobante->emisor_razon_social }}
RUC: {{ $comprobante->emisor_ruc }}
{{ $comprobante->receptor_razon_social }}
{{ $comprobante->receptor_tipo_doc_label }}: {{ $comprobante->receptor_numero_doc }}
@if($comprobante->receptor_direccion){{ $comprobante->receptor_direccion }}
@endifDocumento de referencia: {{ $comprobante->doc_referencia_serie_numero }}
Motivo: {{ $comprobante->motivo_referencia }}
| Producto | Cant. | P.U. | Total |
|---|---|---|---|
|
{{ $d->descripcion }} {{ $d->codigo }} |
{{ number_format($d->cantidad, 2) }} | {{ $moneda }}{{ number_format($d->precio_unitario, 2) }} | {{ $moneda }}{{ number_format($d->total, 2) }} |
{{ $comprobante->importe_letras }}
Código: {{ $comprobante->codigo_respuesta_sunat }}
@endif{{ $comprobante->mensaje_sunat }}
@if($comprobante->fecha_envio_sunat)Enviado el {{ $comprobante->fecha_envio_sunat->format('d/m/Y H:i:s') }} • Intentos: {{ $comprobante->intentos_envio }}
@endifEscanea para validar en SUNAT