@foreach($records as $record) @php $row = $record->getDataSaleGarageGll(); @endphp @endforeach
FECHAE TIPO SERIE NUMERO DOCUMENTO CLIENTE SUBTOTAL IGV EXO TOTAL ANULADO PRODUCTO CANTIDAD GALON PRECIO POR GALON
{{ $row['date_of_issue'] }} {{ $row['document_type_id'] }} {{ $row['series'] }} {{ $row['number'] }} {{ $row['customer_number'] }} {{ $row['customer_name'] }} {{ $row['total_value'] }} {{ $row['total_igv'] }} {{ $row['total_exonerated'] }} {{ $row['total'] }} {{ $row['voided_description'] }} {{ $row['item_description'] }} {{ $row['quantity'] }} {{ $row['unit_price'] }}