@if(count($totalOrder) > 0) @foreach($totalOrder as $key => $val) @endforeach @endif
NO. Date Transaction Type Amount
{{$no++}} {{$val['date']}} {{getTransactionTypeName($val['transaction_type'])}} {{$val['amount']}}
Ledger Opening Bal: {{ $MerchantLedgerCashIo->Opening_cash_balance_Sys }}
Ledger Total: {{$totaltr}}
Ledger Closing Bal: {{$totaltr+$MerchantLedgerCashIo->Opening_cash_balance_Sys}}