@extends('layouts.client') @section('title', 'Trade') @section('main_class', 'client-main--trade') @section('content') @php $quote = $selectedMarket?->quoteCurrency() ?? 'USDT'; @endphp
@csrf
@if($selectedMarket)
{{ $selectedMarket->tradePairLabel() }}
@endif

Select Period

@if($periods->isEmpty())

No trade periods configured for this market type.

@else
@foreach($periods as $i => $period) @endforeach
@endif

Confirm Trade

Pair
โ€”
Direction
โ€”
Amount
โ€”
Timer
โ€”
Payout
โ€”
โ€” โ€”

00:00

Amount: โ€”

Timer: โ€”

Running...

@endsection @push('scripts') @endpush