| Earned Amount | Accrued Time | Capital Invested | ref | Status |
|---|---|---|---|---|
| {{number_format($wallet->amount, 2, '.', ',')}} | {{$wallet->created_at->diffForHumans()}} | {{number_format($wallet->investment->amount, 2, '.', ',')}} | {{$wallet->ref}} | @if ($wallet->status == 0) Withdrawn @elseif($wallet->status == 1) Approved @else Withdrawn @endif |