{{ currency(Auth::user()->currency) }}

{{ currency(Auth::user()->currency) }}{{ formatAmount(Auth::user()->account_balance, 2) }}

BITCOIN

{{ formatAmount(Auth::user()->bitcoin_balance, 8) }} BTC

ETHEREUM

{{ formatAmount(Auth::user()->ethereum_balance, 8) }} ETH

@include('partials.bootstrap_alert')
@error('fromCurrency') {{ $message }} @enderror
@error('toCurrency') {{ $message }} @enderror
{{ $fromCurrency }}
@error('amount') {{ $message }} @enderror
From:
To: