@extends('layouts.dashly') @section('title', $title) @section('content')

Currency swap

Transactions

{{ $settings->currency }}{{ number_format(Auth::user()->account_bal, 2, '.', ',') }}

Account Balance
@if ($moresettings->btc == 'enabled')

{{ round($cbalance->btc, 8) }} BTC

BTC Balance
@endif @if ($moresettings->eth == 'enabled')

{{ round($cbalance->eth, 8) }} ETH

ETH Balance
@endif @if ($moresettings->ltc == 'enabled')

{{ round($cbalance->ltc, 8) }} LTC

LTC Balance
@endif @if ($moresettings->link == 'enabled')

{{ round($cbalance->link, 8) }} LINK

LINK Balance
@endif @if ($moresettings->bnb == 'enabled')

{{ round($cbalance->bnb, 8) }} BNB

BNB Balance
@endif @if ($moresettings->ada == 'enabled')

{{ round($cbalance->ada, 8) }} ADA

ADA Balance
@endif @if ($moresettings->aave == 'enabled')

{{ round($cbalance->aave, 8) }} AAVE

AAVE Balance
@endif @if ($moresettings->usdt == 'enabled')

{{ round($cbalance->usdt, 8) }} USDT

{{ $settings->currency }}{{ number_format(round($cbalance->usdt)) }}
@endif @if ($moresettings->bch == 'enabled')

{{ round($cbalance->bch, 8) }} BCH

BCH Balance
@endif @if ($moresettings->xrp == 'enabled')

{{ round($cbalance->xrp, 8) }} XRP

XRP Balance
@endif @if ($moresettings->xlm == 'enabled')

{{ round($cbalance->xlm, 8) }} XLM

XLM Balance
@endif
@csrf

Source Account

Destination Account

NOTE: USD is your account balance.

Amount

You will get

Loading...
Fees = {{ $moresettings->fee }}%
@endsection @push('scripts') @include('user.exchangescript') @endpush