@extends('layout.main') @section('content')

Loan Calculator

Calculate and project loan repayment schedules

Loan Parameters

Principal Amount

Total Interest

Total Amount

Repayment Schedule

Interest Method:
# Date Installment ({{ getCurrencyCode() }}) Principal ({{ getCurrencyCode() }}) Interest ({{ getCurrencyCode() }}) Balance ({{ getCurrencyCode() }})
Totals

Ready to Calculate

Enter loan parameters on the left and click "Calculate Loan" to see the repayment schedule.

@endsection