@php $meta = (object) $meta; $pair = @$meta->pair; @endphp
{{ str_replace('_', '/', $pair->symbol) }}
@lang('Price')

{{ showAmount(@$pair->marketData->price,8, currencyFormat: false) }}

@lang('Last Price')

{{ showAmount(@$pair->marketData->last_price,8, currencyFormat: false) }}

@lang('1H Change')

{{ showAmount(@$pair->marketData->percent_change_1h, 2, currencyFormat: false) }}%

@lang('24H Change')

{{ showAmount(@$pair->marketData->percent_change_24h, 2, currencyFormat: false) }}%

@lang('Marketcap')

{{ showAmount(@$pair->marketData->market_cap, 2, currencyFormat: false) }}

@push('script') @endpush