@php $data_payments = $cash->getIncomePaymentsData(); @endphp @if($cash_documents->count())
# | Fecha y hora emisión | Tipo documento | Documento | Método de pago | Moneda | Importe | Vuelto | Monto |
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $date_time_of_issue}} | {{ $document_type_description }} | {{ $number }} | {{$payment_method_description }} | {{$currency_type_id }} | {{ number_format($value->document->total,2) }} | {{ number_format($payment->change,2) }} | {{ number_format($total,2) }} |
{{ $loop->iteration }} | {{ $date_time_of_issue}} | {{ $document_type_description }} | {{ $number }} | {{$payment_method_description }} | {{$currency_type_id }} | {{ number_format($value->sale_note->total,2) }} | {{ number_format($payment->change,2) }} | {{ number_format($total,2) }} |
{{ $loop->iteration }} | {{ $date_time_of_issue}} | {{ $document_type_description }} | {{ $number }} | {{$payment_method_description }} | {{$currency_type_id }} | {{ number_format($document->total,2) }} | 0 | 0 |
{{ $loop->iteration }} | {{ $date_time_of_issue}} | {{ $document_type_description }} | {{ $number }} | {{$payment_method_description }} | {{$currency_type_id }} | {{ number_format($document->total,2) }} | 0 | 0 |
No se encontraron registros.