@php
$accepted_documents = $records['accepted_documents'];
$voided_documents = $records['voided_documents'];
$totals_accepted_documents = $records['totals_accepted_documents'];
$totals_voided_documents = $records['totals_voided_documents'];
@endphp
Comprobante | Serie | N° Inicial | N° Final | Valor venta | IGV | ICBPER | Importe |
---|---|---|---|---|---|---|---|
{{$row['document_type_description']}} | {{$row['series']}} | {{$row['start_number']}} | {{$row['end_number']}} | {{$row['total_value']}} | {{$row['total_igv']}} | {{$row['total_plastic_bag_taxes']}} | {{$row['total']}} |
Total | {{$totals_accepted_documents['general_total_value']}} | {{$totals_accepted_documents['general_total_igv']}} | {{$totals_accepted_documents['general_total_plastic_bag_taxes']}} | {{$totals_accepted_documents['general_total']}} |
Comprobante | Serie | Numeros | Importe |
---|---|---|---|
{{$row['document_type_description']}} | {{$row['series']}} | {{$row['voided']}} | {{$row['total']}} |
Total | {{$totals_voided_documents['general_total']}} |