@php $meta = (object) $meta; $pair = @$meta->pair; $marketCurrencyWallet = @$meta->marketCurrencyWallet; $screen = @$meta->screen; @endphp
@csrf @if ($meta->screen == 'small') @endif
@lang('Available')
{{ showAmount(@$marketCurrencyWallet->balance, currencyFormat:false) }} {{ @$pair->market->currency->symbol }}
@lang('Price') {{ @$pair->market->currency->symbol }}
@lang('Amount') {{ @$pair->coin->symbol }}
@lang('Total') {{ @$pair->market->currency->symbol }} @lang('Fee') {{ getAmount($pair->percent_charge_for_buy) }}%
@auth @if (!auth()->user()->hasSubscription) @lang('Subscribe Plan') @else @endif @else @endauth