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

Retirement Planning

This Calculator provides retirement corpus requirement and investment required to achieve it. The Expected Inflation Rate Post Retirement Expected Rate of Return during Distribution Phase should not be same. This is because of some technical reason.
@csrf
Yrs
@if ($errors->has('current_age')) @endif
Yrs
@if ($errors->has('retirement_age')) @endif
@if ($errors->has('current_monthly_expense')) @endif
%
@if ($errors->has('expected_inflation_rate_till_retirement')) @endif
%
@if ($errors->has('expected_inflation_rate_post_retirement')) @endif
Expected Rate Of Return:
Scenario 1
%
@if ($errors->has('accumulation_phase_interest_rate_1')) @endif
%
@if ($errors->has('distribution_phase_interest_rate_1')) @endif
Expected Rate Of Return:
Scenario 2 (Optional)
%
@if ($errors->has('accumulation_phase_interest_rate_2')) @endif
%
@if ($errors->has('distribution_phase_interest_rate_2')) @endif
@if ($errors->has('current_market_value_of_investment')) @endif
%
@if ($errors->has('expected_rate_of_return_current_investment')) @endif
@if ($errors->has('other_amount_receivable_on_retirement')) @endif
Yrs
@if ($errors->has('age_at_which_annuity_ends')) @endif
@if ($errors->has('balance_required_at_end_of_annuity')) @endif
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection