{{-- {{$data}} --}}
Payment Date | Order Number | Customer Name | Location | Recorded By | Payment Method | Payment Application | Transaction ID | Notes | Gross | @if($has_aio_pay_selected)Fee | Net | @endif
---|---|---|---|---|---|---|---|---|---|---|---|
{{$item['payment_date']}} |
{{$item['order_no']}} |
{{ $item['customer_name'] }} |
{{ $item['location'] }} |
{{ $item['recorded_by'] }} |
{{ $item['payment_method'] }} |
{{ $item['payment_source'] ?? '-'}} |
{{$item['transaction_id'] ?? '-'}} |
{{$item['notes'] ?? '-'}} |
$ {{$item['_rowVariant'] == 'danger' ? '-' :''}} {{ $item['amount'] }} |
@if($has_aio_pay_selected)
$ {{$item['_rowVariant'] == 'danger' ? '-' :''}} {{ $item['fee'] }} |
$ {{$item['_rowVariant'] == 'danger' ? '-' :''}} {{ $item['net_amount'] }} |
@endif
No Data | |||||||||||
Total |
${{ number_format($total_amount,2) }} |
@if($has_aio_pay_selected)
${{ number_format($total_fee,2) }} |
${{ number_format($total_net_amount,2) }} |
@endif