EDIT EXPENSES PAYMENTS VOUCHER

{{----}} @foreach($payment_voucher->paymentVoucherItems as $index=>$paymentVoucherItem) @endforeach @if(sizeof($journal_vouchers) > 0) @foreach($journal_vouchers as $index=>$journal_voucher) @endforeach @endif
  Invoice Currency Payable AmountBalance
  JNV {{$paymentVoucherItem->paymentable_id}} {{number_format($paymentVoucherItem->paymentable->getAmount(),2)}}
Select Journal voucher(s) to Add in Payments
  JNV {{$journal_voucher->id}} {{number_format($journal_voucher->getAmount()-$journal_voucher->getAmountPaid(),2)}}