{{ $item['amount'] }} {{ $item['currency'] }} {{ $item['balance'] }} {{ auth()->user()->currency }}
@if(! $item['active'])
Withdraw from {{ $min }} {{ $item['currency'] }}
{{ $item['progress'] }}%
@endif
@if($item['active'])
Withdraw
@if ($coin_id == 87)
@else
Address
{{ $item['network'] }}
@livewire('contact-address.contact-list', ['coin_id' => $this->coin_id])
@endif
Remarks
Quantity
Network fee {{ $networkFee }} {{ $item['currency'] }}
Total {{ $item['currency'] }}
@if ($isVerify)
Enter verify code
Code send to your email address.
@else
@endif @if ($sending) Verify code send to your email address! @endif @if ($alert) {{ $alert }} @endif @if ($saved) Withdraw request is send! @endif @endif