Investment Details
@if(Session::has('errmessage'))
{{Session::get('errmessage')}}
@endif
@if(Session::has('sucmessage'))
{{Session::get('sucmessage')}}
@endif
Pricing Table
@if(!empty($plans))
@foreach($plans as $plan)
@endforeach
@endif
{{$plan->name}}
{{system_settings('currency_symbol')}}{{$plan->price}}- Min: {{number_format($plan->price,2,'.',',')}} {{system_settings('currency')}}
- Max: {{number_format($plan->max_price,2,'.',',')}} {{system_settings('currency')}}
- ROI: {{$plan->percs}}%
- ROI Interval: {{$plan->intervals}}
- Payout: Automatic
@if(!empty($myplans))
@foreach($myplans as $myplan)
Total Roi: {{number_format($myplan->roi,2,'.',',')}} {{system_settings('currency')}} ROI %: {{$myplan->dplan()->percs}}% {{$myplan->dplan()->intervals}}
@endforeach
@endif
{{$myplan->dplan()->name}}
Amount: {{number_format($myplan->amount,2,'.',',')}} {{system_settings('currency')}}
Duration: {{$myplan->dplan()->duration}}
Activated on: {{\Carbon\Carbon::parse($myplan->created_at)->toDayDateTimeString()}}Total Roi: {{number_format($myplan->roi,2,'.',',')}} {{system_settings('currency')}} ROI %: {{$myplan->dplan()->percs}}% {{$myplan->dplan()->intervals}}