@foreach($paymentDetails as $n => $item) @endforeach
Item Description Amount
{{ $item->display_name}} {{ $item->description }} {{ $item->amount }}
Total Amount {{ $totalAmount }}