Balance
{{number_format($user->activeAccount->balance, 2)}}
$
Equity
{{number_format($user->activeAccount->balance, 2)}}
$
Credit
{{number_format($user->activeAccount->credit, 2)}}
$
Margin
0.00
$
Free Margin
{{number_format($user->activeAccount->balance, 2)}}
$
Margin Level
{{0.00}}
%
{{--
{{$user->name}}
My Profile
Settings
Billing
2
FAQ
Pricing
Log Out
--}}
@foreach($cats as $key=>$item)
{{$item->cat_name}}
@endforeach
Pair
Bid
Ask
@foreach($cats as $key=>$item1)
id == 2) style="display: block;" @else style="display: none;" @endif>
@foreach(\App\Models\Pair::where('category_id', $item1->id)->where('status', 1)->orderBy('sort')->get() as $list)
{{$list->name}}
0.00
0.00
@endforeach
@endforeach
Place Order
Volume
Stop Loss
Take Profit
0.00
Sell
0.00
Buy
Active orders
Order history
Order
Open time
Pair
Type
Volume
Open Price
Current Price
Stop Loss
Take Profit
Profit
Action
@include('Retention.trade.active')
Order
Open time
Close time
Pair
Type
Volume
Open Price
Close Price
Stop Loss
Take Profit
Profit
Actions
@include('Retention.trade.history', ['logs' => $completed])
@include('Retention.trade.closedModal') @include('Retention.trade.activeModal') @include('layouts.messages')