@if(Session::has('message'))
@endif
@if(Session::has('errmessage'))
@endif
@if(Session::has('sucmessage'))
@endif
@if($promoplans->isNotEmpty())
@endif
@if(!empty($mainplans))
@foreach($mainplans as $plan)
@endforeach
@endif
{{$plan->name}}
{{$user->user_curr()}} {{$plan->c_price($exchange_rate)}}+
- Minimum ROI: {{$plan->percs}}% {{__plan_interval($plan->intervals)}}
- Minimum: {{$user->user_curr()}} {{__format_number($plan->c_price($exchange_rate))}}
- Maximum: {{$user->user_curr()}} {{__format_number($plan->c_max($exchange_rate))}}
- Wallet: @if(!empty($plan->getwallets())) @foreach($plan->getwallets() as $key=>$planwallet) {{$planwallet->wallet_name}} , @endforeach @endif
- Duration: @if($plan->duration == '0') Unlimited @else {{$plan->duration}} {{__plan_duration($plan->duration , $plan->duration_time)}} @endif
Promo Plans
@foreach($promoplans as $plan)
@endforeach
{{$plan->name}}
{{$user->user_curr()}} {{$plan->c_price($exchange_rate)}}+
- Minimum ROI: {{$plan->percs}}% {{__plan_interval($plan->intervals)}}
- Minimum: {{$user->user_curr()}} {{__format_number($plan->c_price($exchange_rate))}}
- Maximum: {{$user->user_curr()}} {{__format_number($plan->c_max($exchange_rate))}}
- Wallet: @if(!empty($plan->getwallets())) @foreach($plan->getwallets() as $key=>$planwallet) {{$planwallet->wallet_name}} , @endforeach @endif
- Duration: @if($plan->duration == '0') Unlimited @else {{$plan->duration}} {{__plan_duration($plan->duration , $plan->duration_time)}} @endif