@extends('layouts.auth_page') @section('content')
{{ __('Balance') }}
0.00
{{ __('Profit/Loss') }}
0.00
{{ __('Equity') }}
0.00
{{ __('Margin') }}
0.00
Free Margin
0.00
{{ __('Margin Level') }}
0.00
@endif
@if (isset($data['FrontPaymentButtonsCrypt']->value1) && $data['FrontPaymentButtonsCrypt']->value1 != '')
@endif
| Time | ID | Amount | Currency | Status |
|---|---|---|---|---|
| {{$pending_transfers->created_at}} | {{$pending_transfers->orderId}} | {{$pending_transfers->amount}} | {{$pending_transfers->currency}} | {{$pending_transfers->status}} |
| Time | Amount | Currency | Action |
|---|---|---|---|
| {{$deposits->created_at}} | {{$deposits->amount}} | {{$deposits->currency}} | {{$deposits->mode}} |
| Time | Amount($) | Status |
|---|---|---|
| {{$withdraws->created_at}} | {{$withdraws->amount}} | {{$withdraws->status}} @if($withdraws->status=='Declined') @endif |
Buy BTC Available: 20 BTC
Fee: 100%x0.2 = 0.02
You will approximately pay
Sell BTC Available: 20 BTC
Statement created at: {{date('Y-m-d H:i:s')}}
| Nr | Ticket | Open Time | Type | Units | Instrument | Open Rate | Market Rate | {{ __('Profit/Loss') }} | Take/Profit | Stop/Loss | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$y}} | {{$record->ticket}} | {{$record->open_time}} | {{$record->type}} | {{$record->trade_amount}} | {{$record->base_symbol}}/{{$record->quote_symbol}} | {{$record->open_rate}} | {{$record->close_rate}} | {{$record->pro_loss}} | {{$record->profit}} | {{$record->loss}} | |||
| No results found | |||||||||||||
No records found!
@endif