Payments Items
{{$payment_items->count()}}
S/N
Dr
Description
Amount
{{--*/ $total_amount =0 /*--}} @foreach($payment_items as $index=> $item)
{{++$index}}
{{ $item->dr }}
{{$item->paymentable->self_intro}}
{{number_format($item->amount,2)}}
{{--*/ $total_amount += $item->amount /*--}} @endforeach
Total Amount
{{number_format($total_amount,2)}}