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

Term Insurance + SIP

This calculator gives you yearly payoff / maturity payoff when you sell a combination of Term Policy + SIP.
@csrf
Yrs
@if ($errors->has('current_age')) @endif
@if ($errors->has('annual_investment')) @endif
@if ($errors->has('term_insurance_sum_assured')) @endif
Yrs
@if ($errors->has('term_insurance_period')) @endif
@if ($errors->has('term_insurance_annual_premium')) @endif
%
@if ($errors->has('rate_of_return')) @endif
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection