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

Future Value of Step-Up SIP

This calculator gives future value of SIP made with annual increase in SIP amount (Step-Up). The increment rate of Sep-Up SIP and Expected rate of return should not be same. This is because of some technical reason.
@csrf
@if ($errors->has('amount')) @endif
%
@if ($errors->has('annual_increment')) @endif
Yr
@if ($errors->has('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