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

{{ $title }}

{{-- Text Content --}}

AI Bot Trading


Welcome to our cutting-edge trading bot feature, designed to revolutionize your online trading experience! Harness advanced algorithms and machine learning to automate your strategies and capitalize on market opportunities 24/7.

Forget constantly monitoring charts or executing trades manually. Our AI bot executes trades at optimal times, helping you maximize efficiency and profits—even while you sleep.

{{-- Image --}}
Trading Bot
{{-- Offcanvas: Connect Bot --}}
Connect Bot

Obtain your API key and Secret key from your profile page before connecting.

@csrf {{-- API Key --}}
@error('api_key') {{ $message }} @enderror
{{-- Secret Key --}}
@error('secret_key') {{ $message }} @enderror
{{-- Submit --}}
@endsection