{{ __('Status') }} : @if ($exchange->status == 'Success') {{ __('Success') }} @endif @if ($exchange->status == 'Blocked') {{ __('canceled') }} @endif
{{ getColumnValue($exchange->user) }}
{{ $exchange->uuid }}
{{ $exchange->fromWallet?->currency?->code }}
{{ $exchange->toWallet?->currency?->code }}
{{ moneyFormat(optional($exchange->currency)->symbol, (float) $exchange->exchange_rate) }}
{{ dateFormat($exchange->created_at) }}
{{ moneyFormat(optional($exchange->currency)->symbol, formatNumber($exchange->amount)) }}
{{ moneyFormat(optional($exchange->currency)->symbol, formatNumber($exchange->fee)) }}
{{ moneyFormat(optional($exchange->currency)->symbol, formatNumber($total)) }}