@include('report::document_pos.data_company') @if(!empty($records))
@foreach($records as $key => $value) @php $row = $value->getRowResource(); @endphp @endforeach
# Usuario/Vendedor Tipo Documento Documento Fecha emisión Cliente N° Documento Estado Moneda Total
{{$loop->iteration}} {{ $row['user_name'] }} {{ $row['document_type_description'] }} {{ $row['number_full'] }} {{ $row['date_of_issue'] }} {{ $row['customer_name'] }} {{ $row['customer_number'] }} {{ $row['state_type_description'] }} {{ $row['currency_type_id'] }} {{ $row['total'] }}
@else

No se encontraron registros.

@endif