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

Bank Fixed Deposit vs. Debt Mutual Fund

This calculator gives you comparison between post-tax returns on investment in Bank Fixed Deposit and Debt Mutual Fund.
@csrf
@if ($errors->has('initial_investment')) @endif
Yr
@if ($errors->has('period')) @endif
Expected Rate of Return:
%
@if ($errors->has('fixed_deposit')) @endif
%
@if ($errors->has('debt_fund')) @endif
%
@if ($errors->has('assumed_inflation_rate_for_indexation')) @endif
@php $applicable_short_term_tax_rate='30'; @endphp
%
@if ($errors->has('applicable_short_term_tax_rate')) @endif
@php $applicable_long_term_tax_rate='20'; @endphp
%
@php $for_period_upto='3'; @endphp
Yr
@php $from_the_year='4'; @endphp
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection