@if($document)

{!! $total_word !!}
{{ $extra_info }}
Condición de Pago: {{ $condition }}
@if(!empty($paymentDetailed)) @foreach($paymentDetailed as $detailed) {{ isset($paymentDetailed['CUOTA'])?'Cuotas:':'Pagos:' }}
@foreach($detailed as $row) • {{ $row['description'] }} {{ isset($paymentDetailed['CUOTA'])?' / Fecha: ':' - ' }} {{ $row['reference'] }} {{ isset($paymentDetailed['CUOTA'])?' / Monto: ':'' }} {{ $row['symbol'] }} {{ number_format( $row['amount'], 2) }}
@endforeach @endforeach @endif

{{ $document->hash }}

Total Op. Gravada {{ $total_gravado }}
Total Op. Inefacta {{ $total_inefacta }}
Total Op. Exonerada {{ $total_exonerada }}
Total Op. Gratuita {{ $total_gratuita }}
Total IGV {{ $igv }}% {{ $total_igv }}
Importe Total {{ $total_importe }}
@php $document_description = null; if (is_object($document)) { if ($document && $document->prefix == 'NV') { $document_description = 'NOTA DE VENTA ELECTRÓNICA'; } if ($document && $document->document_type_id) { $document_description = $document->document_type->description; } } @endphp @if ($document_description) @else @endif
Representación impresa de la {{ $document_description }}
Esta puede ser consultada en {!! url('/buscar') !!}
Representación impresa del Comprobante de Pago Electrónico.
Esta puede ser consultada en {!! url('/buscar') !!}
@endif