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

SIP / Lumpsum Required For Target Future Value

This calculator gives either SIP amount required or Lumpsum investment required to achieve a future target amount. When Lumpsum amount is given, it finds out how much SIP would be required. If SIP amount is given, it finds out how much Lumpsum would be required.
@csrf
@if ($errors->has('target_amount')) @endif
Yrs
@if ($errors->has('investment_period')) @endif
@if ($errors->has('investment_amount')) @endif
%
@if ($errors->has('onetime_interest_rate')) @endif
%
@if ($errors->has('sip_interest_rate')) @endif
@if ($errors->has('investment_amount')) @endif
%
@if ($errors->has('sip_interest_rate')) @endif
%
@if ($errors->has('onetime_interest_rate')) @endif
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection