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

CG Bond vs. Other Investment

@csrf
@if ($errors->has('capital_gain_amount')) @endif
%
@if ($errors->has('ltcg_tax_rate')) @endif
Yr
@if ($errors->has('period')) @endif
%
@if ($errors->has('interest_cg_bond_scheme')) @endif
%
@if ($errors->has('expected_indexation_rate')) @endif
%
@if ($errors->has('applicable_income_tax_slab')) @endif
Other Available Investment Options
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection