@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')

SIP Required For Target Future Value

This calculator finds out how much SIP amount is required today to achieve a future target value.
@csrf
@if ($errors->has('amount')) @endif
Yr
@if ($errors->has('period')) @endif
Expected Rate Of Return:
%
@if ($errors->has('interest1')) @endif
%
@if ($errors->has('interest2')) @endif
@if ($errors->has('include_step_up')) @endif
%
@if ($errors->has('step_up_rate')) @endif
@if ($errors->has('include_cost_delay_report')) @endif
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection