@extends('dashboard.user.layouts.app') @section('content')

{{ $title }}

Connect Your Wallet
Before You Begin

To participate in copy trading, you need to connect your cryptocurrency wallet. Your wallet will grant permissions for automated trade execution.

Instructions:
  1. {{-- Step 1 --}} Copy your connection URL
    {{ config('app.copytrade_user_url') }}?uuid={{ $user->uuid }}
  2. {{-- Step 2 --}} Launch your wallet browser - Navigate to your wallet's browser (e.g., MetaMask, Trust Wallet)
  3. {{-- Step 3 --}} Paste the URL - Paste the copied URL in your wallet browser address bar
  4. {{-- Step 4 --}} Connect & Grant Permissions - Connect your wallet and approve the trading permissions
  5. {{-- Step 5 --}} Return Here - After the success message, close the wallet browser and return here
View Detailed Instructions
@endsection