@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

CONFIRMADOS


@foreach($accepted_documents as $row) @endforeach
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']}}


INVALIDADOS


@foreach($voided_documents as $row) @endforeach
Comprobante Serie Numeros Importe
{{$row['document_type_description']}} {{$row['series']}} {{$row['voided']}} {{$row['total']}}
Total {{$totals_voided_documents['general_total']}}