@extends('layouts.dash') @section('title', $title) @section('content')
Trading Account(s)

{{ $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 subscription model.
Terms and Conditions apply
Reach us at {{ $settings->contact_email }} for more info.


My Trading Accounts
@if ($settings->ib_link) @endif
@forelse ($subscriptions as $sub)
{{ $sub->mt4_id }}/{{ $sub->account_type }}
Currency {{ $sub->currency }}
Leverage {{ $sub->leverage }}
Server {{ $sub->server }}
Duration {{ $sub->duration }}
Account Password xxxxxxx
Status {{ $sub->status }}
Submitted: {{ \Carbon\Carbon::parse($sub->created_at)->toDayDateTimeString() }}
Started: @if (!empty($sub->start_date)) {{ \Carbon\Carbon::parse($sub->start_date)->toDayDateTimeString() }} @else Not Started yet @endif
Expire: @if (!empty($sub->end_date)) {{ \Carbon\Carbon::parse($sub->end_date)->toDayDateTimeString() }} @else Not Started yet @endif
@php $endAt = \Carbon\Carbon::parse($sub->end_date); $remindAt = \Carbon\Carbon::parse($sub->reminded_at); @endphp Cancel @if (($sub->status != 'Pending' && now()->isSameDay($remindAt)) || $sub->status == 'Expired') Renew @endif
@empty

You do not have an trading at the moment.

@endforelse
@include('purpose.user.modals') @endsection