@if(Session::has('message'))
@endif
@if(Session::has('errmessage'))
@endif
{{ Session::get('message') }}
{{ Session::get('errmessage') }}
@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}}