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

Child Education / Marriage Planning

This calculator finds out how much monthly SIP amount is required to achieve target amount for Children Education / Marriage Expenses planning. Fund requirement amount / current investment amount should be between Rs.100/- to Rs.999 crores. Age of child range should be between 1-21 years. Expected returns and inflation range should be between 0.10% - 18.00%.
@csrf
@if ($errors->has('child_name')) @endif
Yrs
@if ($errors->has('current_age')) @endif
Yrs
@if ($errors->has('fund_required_age')) @endif
@if ($errors->has('fund_required_amount')) @endif
@if ($errors->has('investment_amount')) @endif
%
@if ($errors->has('inflation_rate')) @endif
%
@if ($errors->has('return_rate')) @endif
Expected Rate of Return (Fresh Investment):
%
@if ($errors->has('return_rate_1')) @endif
%
@if ($errors->has('return_rate_2')) @endif
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection