@extends('userlayout') @section('content')
| 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 |