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

Future Value of STP

This calculator gives the future value of investments through STP route.
@csrf
@if ($errors->has('initial_investment')) @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