My Traders
@if(!blank($client)) @endif| ID | User ID | Copy Trader | Status | Created At | Actions |
|---|---|---|---|---|---|
| {{ $trader->id }} | {{ $trader->user_id }} | {{ $trader->copyTrader?->name ?? '-' }} | {{ ucfirst($trader->status ?? 'inactive') }} | {{ $trader->created_at->toDayDateTimeString() }} |
@if($trader->status != 'paused')
@endif
@if($trader->status != 'active' && $trader->status != 'cancelled')
@endif
@if($trader->status != 'cancelled')
@endif
|
| No traders found. | |||||