@extends('layouts.app') @section('content')

Nice 👍🏽, next step is to select your preferred investment amount classified under {{ $plan->name }}

@for($i=$plan->min_amount; $i<=$plan->max_amount; $i+=$amt_to_add) @if($plan->max_amount == 990000 && $iterator_1 > 0) @if($i%100000 != 0) @continue @endif @endif
@endfor
@endsection