{{$payment->transaction_date}} | {{$payment->remarks}} | {{$payment->receipt_no}} | {{number_format($payment->cash_amount+$payment->check_amount+$payment->deposit_amount-$payment->change_amount,2)}} |
@if($payment->isreverse == '1')
Reversed
@else
OK
@endif
| View |
@endforeach