| User | Pair | Amount | Type | Entry Price | Duration | Expected Result | Profit Amount | Started At | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $trade->user->name }} | {{ $trade->pair }} | {{ number_format($trade->amount, 2) }} | {{ $trade->type }} | {{ $trade->entry_price }} | {{ $trade->duration }} | {{ ucfirst($trade->expected_result) }} | {{ number_format($trade->profit_amount, 2) }} | {{ $trade->created_at->format('d M, Y H:i') }} |
|
| No pending trades found | |||||||||