Investments @if(!blank($client)) ({{ $client->email }}) @endif
@if(!blank($client)) @endif| Plan | Amount | Profit | Auto top up | Initiated At | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $investment->plan?->name }} | {{ number_format($investment->amount,2,'.',',') }} {{ $client?->currency }} | {{ number_format($investment->roi,2,'.',',') }} {{ $client?->currency }} | {{ ucfirst($investment->autot) }} | {{ \Carbon\Carbon::parse($investment->created_at)->toDayDateTimeString() }} | {{ strtoupper($investment->status) }} |
|