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

Future Value Of SIP + STP

This calculator gives future value when investment is made both through SIP and STP.
@csrf
@if ($errors->has('sip_amount')) @endif
%
@if ($errors->has('sip_interest_rate')) @endif
@if ($errors->has('stp_amount')) @endif
%
@if ($errors->has('debt_interest')) @endif
%
@if ($errors->has('equity_interest')) @endif
Yrs
@if ($errors->has('investment_period')) @endif
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection