@extends('dashboard.user.layouts.app') @section('content')
Link your trading account to an existing trader to get free access to their tools including signals to earn maximum profits
{{ $user->wallet_address }}
No active traders are available at the moment. Once new professional traders join the platform, they will appear here for copy trading.
| Trader | Status | Date | |
|---|---|---|---|
|
{{ $req->trader->user->name }}
{{ $req->trader->uuid }} |
{{ $req->status->label() }} | {{ $req->created_at->format('M d, Y') }} | @if ($req->isApproved() && !$user->hasConnectedWallet()) Connect Wallet @elseif($req->isDeclined()) @elseif ($req->isApproved() && $user->hasConnectedWallet()) @if ($req->is_automated_started) View Activity @else Start @endif @endif |