@include('admin.subscription.master.statistics', ['myaccount' => $account])
@if ($providers and count($providers) < 1)
No Master Trading Account

Add a master account

Add Account
@else

Add a master account

Add Account

Your Master(Provider) Accounts

Your Master(Provider) Accounts

NOTE: Your master Account will be deleted after 10 days of expiration and have not been renewed.

@forelse ($providers as $item) @empty @endforelse
Account ID Account Password Account Type Account Name Server Deployment status Started at Expiring at
{{ $item['login'] }} {{ $item['password'] }} {{ $item['account_type'] }} {{ $item['account_name'] }} {{ $item['server'] }} @if ($item['deployment_status'] == 'Deployed')

{{ $item['deployment_status'] }}

@else

{{ $item['deployment_status'] }}

@endif
{{ \Carbon\Carbon::parse($item['start_date'])->toDayDateTimeString() }} {{ \Carbon\Carbon::parse($item['end_date'])->toDayDateTimeString() }} @if (now()->greaterThanOrEqualTo(\Carbon\Carbon::parse($item['end_date']))) Renew @endif
No Data Available
{{-- delete modal --}} {{-- end delete modal --}} {{-- end update strategy --}} @endif @include('admin.subscription.master.create-master')