Type: {{ ucfirst((string) $calculatorResult['type']) }}
Matched: {{ number_format((float) $calculatorResult['matched_units'], 4) }}
Gross: Rs {{ number_format((float) $calculatorResult['gross_income'], 2) }}
Capping: {{ number_format((float) $calculatorResult['capping_applied'], 2) }}
Deduction: Rs {{ number_format((float) $calculatorResult['capping_deduction'], 2) }}
Net: Rs {{ number_format((float) $calculatorResult['net_income'], 2) }}
Carry: L {{ number_format((float) $calculatorResult['carry_left'], 4) }} / R {{ number_format((float) $calculatorResult['carry_right'], 4) }}