@use('\Illuminate\Support\Str', 'Str') Subscribers Account
@if ($settings->use_copytrade)
@endif
@if ($settings->use_copytrade) @endif @forelse ($accounts as $account)
@if ($editAccount && $accountId == $account->id) @else
{{ $account->user_id ? $account->user->name : 'Guest Account' }}
Added At: {{ $account->created_at->format('D d, M Y') }}
$account->status == 'pending', 'badge-success' => $account->status == 'processed', ])>{{ Str::ucfirst($account->status) }} @if ($settings->use_copytrade) @if ($account->copying_trade) @else @endif @endif
Name: {{ $account->name }}
Login: {{ $account->login }}
Password: {{ $account->password }}
Platform: {{ Str::upper($account->platform) }}
Server: {{ $account->server }}
Currency: {{ $account->currency }}
Leverage: {{ $account->leverage }}
Copytrade Provider: {{ !is_null($account->provider) ? $account->provider : '-' }}
@if ($account->duration)
Duration: {{ $account->duration }}
@endif
@if (!$settings->use_copytrade)
Started At: {{ !is_null($account->start_date) ? $account->start_date->format('D d M, Y') : '-' }} Expired At: {{ !is_null($account->end_date) ? $account->end_date->format('D d M, Y') : '-' }}
@else @if (!$profile['use_my_metaapi_account']) Meta Api Expiration: {{ !is_null($account->expired_at) ? $account->expired_at->format('D d M, Y') : '-' }} @endif @endif @if ($account->deployment_status) Str::upper($account->deployment_status) == 'DEPLOYED', 'badge-warning' => Str::upper($account->deployment_status) == 'DRAFT', 'badge-danger' => Str::upper($account->deployment_status) == 'UNDEPLOYED', ])> {{ Str::upper($account->deployment_status) }} @endif @if ($account->status == 'pending')
Process
@else @if ($settings->use_copytrade && empty($account->meta_account_id))
Create Sub Account
@endif @endif @endif
@empty

No Accounts Added.

@endforelse
{{-- end copy modal --}}
{{ $accounts->links() }}