@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 Goal Planning Value Ready Recokner

This calculator gives a ready recokner table of investment made via STP route to achieve target goal amount. You can choose 3 range of expected returns and 5 range of investment periods.
@csrf
@if ($errors->has('target_amount')) @endif
Expected Rate Of Return:
%
@if ($errors->has('debt_rate1')) @endif @if ($errors->has('debt_rate2')) @endif @if ($errors->has('debt_rate3')) @endif
%
@if ($errors->has('equity_rate1')) @endif @if ($errors->has('equity_rate2')) @endif @if ($errors->has('equity_rate3')) @endif
Yr
@if ($errors->has('period1')) @endif @if ($errors->has('period2')) @endif @if ($errors->has('period3')) @endif @if ($errors->has('period4')) @endif @if ($errors->has('period4')) @endif
@if ($errors->has('monthly_transfer_mode')) @endif
%
%
@if ($errors->has('fixed_percent')) @endif
@if ($errors->has('fixed_amount')) @endif
INCLUDE THE FOLLOWING IN MY REPORT
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection