@extends('layouts.app') @section('titulo', $comprobante->numero_completo) @section('subtitulo', \App\Models\ComprobanteElectronico::TIPOS[$comprobante->tipo] . ' electrónica') @section('botones') @if(in_array($comprobante->estado, ['borrador','generado','firmado','error']))
@endif @if(in_array($comprobante->estado, ['aceptado','observado'])) Ver / Imprimir PDF @if(!in_array($comprobante->estado, ['anulado'])) @endif @endif Volver @endsection @section('estilos') @endsection @section('contenido')| # | Descripción | Cant. | P.Unit (s/IGV) | IGV | Total |
|---|---|---|---|---|---|
| {{ $l->orden }} |
{{ $l->descripcion }}
@if($l->codigo_producto) Cód: {{ $l->codigo_producto }}@endif |
{{ rtrim(rtrim(number_format($l->cantidad, 2), '0'), '.') }} {{ $l->unidad_medida }} | {{ number_format($l->valor_unitario, 4) }} | {{ number_format($l->igv, 2) }} | {{ number_format($l->total, 2) }} |
| Op. Gravada | {{ number_format($comprobante->total_gravado, 2) }} | ||||
| IGV ({{ rtrim(rtrim(number_format($config->igv_porcentaje ?? 18, 2),'0'),'.') }}%) | {{ number_format($comprobante->igv, 2) }} | ||||
| Importe Total | {{ $comprobante->moneda }} {{ number_format($comprobante->total, 2) }} | ||||
Aún no se han generado archivos.
Pulsa "Procesar y enviar a SUNAT".