Select Plan
@error('plan')
{{ $message }}
@enderror
Select User Plan
@error('userPlan')
{{ $message }}
@enderror
@if ($amount_type == 'Percent')
Amount will be calculated with % of the user investment capital.
@else
This fixed amount entered will be added.
@endif
{{--
Note the plan must be using % as it's increment-type else the
calculations will be
wrong.
--}}