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