@extends('userlayout') @section('content')
@foreach($plan as $val)

{{$val->name}}

Calculate profit Purchase plan
{{$val->min_deposit}}BTC
For {{$val->duration.' '.$val->period}}(s)
  • {{$val->percent}}% daily top up
  • {{$val->amount}}BTC max price
  • Interest {{($val->percent*castrotime($val->duration.' '.$val->period))-100}}%
  • Compound interest {{$val->percent*castrotime($val->duration.' '.$val->period)}}%
  • Hashrate {{$val->hashrate}}
  • @if($set->upgrade_status==1)
  • {{$val->upgrade}}% profit bonus
  • @endif
  • {{$val->ref_percent}}% referral percent
@endforeach

Investment system

@foreach($profit as $k=>$val) @endforeach
S/N Ref Plan Deposit Daily percent Profit Started Status
{{++$k}}. {{$val->trx}} {{$val->plan->name}} {{substr($val->amount,0,9)}}BTC {{$val->plan->percent}}% {{$val->profit}}BTC {{timeAgo($val->date)}} @if ($datetime<$val->end_date) Running @else Ended @endif
@stop