@extends('layouts.frontend') @section('js_after') @endsection @section('content')
@include('frontend.calculators.left_sidebar')

SIP Goal Planning Ready Recokner

This calculator gives a ready recokner table of how much SIP amount is required to achieve a target amount in future. You can choose upto 3 range of expected returns and 5 range of investment period.
@csrf
@if ($errors->has('amount')) @endif
%
@if ($errors->has('interest1')) @endif @if ($errors->has('interest2')) @endif @if ($errors->has('interest3')) @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
INCLUDE THE FOLLOWING IN MY REPORT
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection