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

Future Value of Lump sum Investment

@csrf
@if ($errors->has('amount')) @endif
Yr
@if ($errors->has('period')) @endif
Expected Rate Of Return:
%
@if ($errors->has('interest1')) @endif
%
@if ($errors->has('interest2')) @endif
@if ($errors->has('clientname')) @endif
@include('frontend.calculators.suggested.form')
@endsection