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

Limited Period SIP Goal Planning Calculator

This calculator finds out how much SIP amount is required for a limited period to achieve target future value after deferment period. (For e.g., target value of Rs.50 lacs after 20 years; SIP period 7 years and then waiting for 13 years.)
@csrf
@if ($errors->has('amount')) @endif
Yr
@if ($errors->has('sip_period')) @endif
Yr
@if ($errors->has('deferment_period')) @endif
Expected Rate Of Return:
%
@if ($errors->has('interest1')) @endif
%
@if ($errors->has('interest2')) @endif
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection