@foreach($receipt_voucher->paymentInvoices as $index=>$paymentItem) @endforeach
SNO. Invoice NO. Paid Amount
{{++$index}} {{$paymentItem->invoice_id}} {{number_format($paymentItem->amount,2)}}