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

Future Value Of Lumpsum + SIP

This calculator gives future value of investment when both lumpsum and SIP investments are made.
@csrf
@if ($errors->has('sip_amount')) @endif
%
@if ($errors->has('expected_rate_of_return1')) @endif
@if ($errors->has('lumpsum_investment')) @endif
%
@if ($errors->has('expected_rate_of_return2')) @endif
Yrs
@if ($errors->has('investment_period')) @endif
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection