@extends('layouts.client_template') @section('content') @include('layouts.client_common')
{{--

Monthly deposit vs Withdrawal

--}}

Monthly Deposit

Monthly Withdraw

{{-- --}}

Open Positions

{{count($userlist2)}}


@if(!empty($userlist2)) @if (is_array($userlist2) || is_object($userlist2)) @foreach($userlist2 as $state) @endforeach @endif @endif
Login Symbol TicketID DateTime Type OpenPrice CurrentPrice ProfitLoss Volume
{{ $state->AccountID }} {{ $state->SymbolName }} {{ $state->TicketID }} {{ $state->DateTime }} {{ $state->BuySell }} {{ $state->OpenPrice }} {{ $state->CurrentPrice }} {{ $state->ProfitLoss }} {{ $state->Amount }}
{{--

Latest News

2nd Oct, 2022

Stay productive while you work from home

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Semper diam Lorem ipsum dolor sit amet, consectetur adipiscing elit. Semper diam Lorem ipsum dolor sit ame sjhdbfdbfaiu jshajhui

--}}
@if(count($promotionlists) > 0) @endif {{--
@if(Auth::user()->verified_status == 1) Open New Account Deposit @else Open New Account Deposit @endif

{{ count($userlist) }}

Total Vertex Account

$ {{$totaldeposit}}

Total Deposit

$ {{$totalwithdraw}}

Total Withdraw

@if(Auth::user()->securityshare == 2)
@endif

Account Listing

@foreach($userlist as $state) @endforeach
Account Id Balance Credit Equity Margin Level Free Margin Action
{{ $state->AccountID }} {{ $state->Balance }} {{ $state->Credit }} {{ $state->Equity }} {{ $state->MarginLevel }} {{ $state->FreeMargin }} Deposit

Open Position Listing

@if(!empty($userlist2)) @foreach($userlist2 as $state) @endforeach @endif
Login Symbol TicketID DateTime Type OpenPrice CurrentPrice ProfitLoss Volume
{{ $state->AccountID }} {{ $state->SymbolName }} {{ $state->TicketID }} {{ $state->DateTime }} {{ $state->BuySell }} {{ $state->OpenPrice }} {{ $state->CurrentPrice }} {{ $state->ProfitLoss }} {{ $state->Amount }}
@if(count($promotionlists) > 0) @endif --}} @endsection