@php $meta = (object) $meta; $pair = $meta->pair; @endphp
@if ($meta->screen == 'big') @endif
@lang('Order Book')
@lang('Price')({{ @$pair->market->currency->symbol }}) @lang('Amount') ({{ @$pair->coin->symbol }}) @lang('Total')
{{ showAmount(@$pair->marketData->price, 8, currencyFormat: false) }} @if (@$pair->marketData->html_classes->price_change == 'up') @else @endif
@lang('Price')({{ @$pair->market->currency->symbol }}) @lang('Amount') ({{ @$pair->coin->symbol }}) @lang('Total')
@if (!app()->offsetExists('order_book_script')) @php app()->offsetSet('order_book_script',true) @endphp @push('script') @endpush @endif