@if(Session::has('message'))
@endif
@if(Session::has('errmessage'))
@endif
@if(Session::has('sucmessage'))
@endif
{{ Session::get('message') }}
{{ Session::get('errmessage') }}
{{ Session::get('sucmessage') }}
@if(!empty($plans))
@foreach($plans as $plan)
@endforeach
@endif
{{$plan->name}}
{{system_settings('currency_symbol')}}{{$plan->price}}+
- Minimum ROI: {{$plan->percs}}% {{$plan->intervals}}
- Minimum: {{system_settings('currency_symbol')}}{{$plan->price}}
- Maximum: {{system_settings('currency_symbol')}}{{$plan->max_price}}
- Wallet: @if(!empty($plan->getwallets())) @foreach($plan->getwallets() as $key=>$planwallet) {{$planwallet->wallet_name}} , @endforeach @endif
- Duration: {{$plan->expiration}} Days