@extends('layouts.auth_page')
@section('content')
@endif
@if (isset($data['FrontPaymentButtons']->value2) && $data['FrontPaymentButtons']->value2 != '')
@endif
@if (isset($data['FrontPaymentButtons']->value3) && $data['FrontPaymentButtons']->value3 != '')
@endif
{{__('wire_bank_transfer_text')}}
{{__('Enter amount in fiat and it\'ll be converted to crypto when sending')}}
| {{__('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
{{__('approx_pay')}}
{{__('sell')}} BTC {{__('available')}}: 20 BTC
Fee: 100%x0.2 = 0.02
{{__('approx_pay')}}
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