{{-- Breadcrumbs --}}
Dashboard Copytrade
{{-- View Toggle --}} @if(!$settings->use_copytrade)
@endif
{{-- Account Manager Info --}}

Advanced {{ $settings->site_name }} Account manager

Don't have time to trade or learn how to trade?

Our Account Management Service is The Best Profitable Trading Option for you, We can help you to manage your account in the financial MARKET with a simple accountscription model.

Terms and Conditions apply

Reach us at {{ $settings->contact_email }} for more info.

{{-- Accounts Table --}}
@if($accounts->count() === 0) @else
@foreach($accounts as $account) @endforeach
Account Currency Leverage Server Duration Status Submitted at Start/End date Provider

{{ $account->login }}

{{ $account->account_type }}

{{ $account->currency }} {{ $account->leverage }} {{ $account->server }} {{ $account->duration }} $account->status == 'pending', 'bg-red-400/10 text-red-400' => $account->status == 'expired', 'bg-theme-primary text-theme-primary' => $account->status == 'processed', ])> {{ Str::ucfirst($account->status) }} {{ $account->created_at->format('M d Y') }} {{ !empty($account->start_date) ? $account->start_date->format('M d Y') : '-' }} / {{ !empty($account->end_date) ? $account->end_date->format('M d Y') : '-' }} {{ $account->provider }} @php $endAt = $account->end_date; $remindAt = $account->reminded_at; @endphp
@if($settings->use_copytrade && $account->status == 'pending') spa_mode) wire:navigate @endif class="inline-flex items-center gap-2 bg-blue-400/10 text-blue-400 px-3 py-1.5 rounded-lg hover:bg-blue-400/20 transition-colors"> Info @endif @if(($account->status != 'pending' && now()->isSameDay($remindAt)) || $account->status == 'expired') @endif
@endif
{{-- Add Account Form --}} @if(!$settings->use_copytrade)

Add new account

Amount will be deducted from your account balance.

@endif