Payment Returns
@foreach($req['monthly_payments'] as $monthly_pay) @endforeach
Months Tentative Date Amount
{{$loop->iteration}} {{ date('d-m-Y', strtotime($monthly_pay['date']))}} ₹ {{ $monthly_pay['amount'] }}
Total ₹{{ $req['total_amount'] }}