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

STP Required For Target Future Value

This calculator gives the amount of investment required through STP route to achieve a target future value.
@csrf
@if ($errors->has('target_amount')) @endif
Yr
@if ($errors->has('investment_period')) @endif
Expected Rate Of Return:
%
@if ($errors->has('debt_fund')) @endif
%
@if ($errors->has('equity_fund')) @endif
@if ($errors->has('monthly_transfer_mode')) @endif
%
%
@if ($errors->has('fixed_percent')) @endif
@if ($errors->has('fixed_amount')) @endif
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection