Our Plans and Pricing

We have plans and prices that fit your pocket perfectly. Change your financial story with any of our plans today.

@if($plans->count() > 0) @foreach ($plans as $plan)

{{Str::title($plan->name)}}

${{number_format($plan->minimum_amount, 2, '.', ',')}}
To
@if($plan->name != 'PLATINUM PLAN') ${{number_format($plan->maximum_amount, 2, '.', ',')}} @else UNLIMITED @endif

  • Minimum Investment: ${{number_format($plan->minimum_amount, 2, '.', ',')}}
  • @if($plan->name != 'PLATINUM PLAN')
  • Maximum Investment: ${{number_format($plan->maximum_amount, 2, '.', ',')}}
  • @else
  • Maximum Investment: UNLIMITED
  • @endif
  • {{$plan->description}}
  • Referral Commission: ${{number_format($plan->ref_commision, 2, '.', ',')}}%
Invest Now
@endforeach @else

No Investment Plans Available

Investment plans are currently being set up. Please check back later.

@endif