@extends('layouts.frontend') @section('js_after') @if(old('client')!='') @else @endif @endsection @section('content')
@include('frontend.calculators.left_sidebar')

Recover Your EMI's through SIPs

This calculator helps you to find the amount of SIP required to recover the payment made towards EMI.
@csrf
@if ($errors->has('loan_amount')) @endif
%
@if ($errors->has('rate_of_interest')) @endif
Yr
@if ($errors->has('period')) @endif
%
@if ($errors->has('expected_return_sip')) @endif
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection