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

Step-Up SIP Required For Target Future Value

This calculator gives amount of monthly SIP required today to achieve a target future value. The amount of SIP will increase (Step-Up) every year as per Step-Up % chosen.The increment rate of Step-Up SIP and Expected rate of return shuld not be same. This is bcause of some technical reason.
@csrf
@if ($errors->has('amount')) @endif
Yr
@if ($errors->has('period')) @endif
%
@if ($errors->has('annual_increment')) @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