Investment ROI Calculator

Kindly fill the form below to calculate expected investment ROIs

Investment Plan
@error('plan_id') {{ $message }} @enderror
Mode of payment
@error('mode_of_payment') {{ $message }} @enderror
@if($selected_plan)
Contract Duration {{$selected_plan->name}}
@error('contract_duration') {{ $message }} @enderror
Amount To Invest ($) Min of {{number_format($selected_plan->min_amount, 2, '.', ',')}} and Max of {{number_format($selected_plan->max_amount, 2, '.', ',')}}
@endif @if($show_details == 1)

Analysis for your selections

@if ($weekly_profit > 0) @endif
Amount Invested: ${{number_format($amount, 2, '.', ',')}}
Withdrawable Weekly Profit: ${{number_format($weekly_profit, 2, '.', ',')}}
Total Profit: ${{number_format($profit, 2, '.', ',')}}
Cummulative Earning at Expiration: ${{number_format($cummulative_earning, 2, '.', ',')}}
Summary: {{$notes}}
@endif
{!!$text_status!!}