@extends('dashboard.user.layouts.app') @section('content')
| Asset | Balance | Price (USD) | Value (USD) | Actions |
|---|---|---|---|---|
|
{{ $balance['market']->asset }}
{{ $balance['market']->symbol }} |
{{ formatAmount($balance['balance']) }}
{{ $balance['symbol'] }} |
${{ number_format($balance['price_usd'], 2) }} | ${{ number_format($balance['value_usd'], 2) }} | |
|
No balances found |
||||