Monthly EMI

Rs {{ number_format((float) ($result['emi'] ?? 0), 0) }}

@foreach ([ 'Total Interest' => $result['total_interest'] ?? 0, 'Total Repayment' => $result['total_repayment'] ?? 0, 'Processing Cost' => $result['processing_cost'] ?? 0, 'Principal' => $loanAmount, ] as $label => $value)

{{ $label }}

Rs {{ number_format((float) $value, 0) }}

@endforeach