{{ __($setTitle) }}

@foreach($cryptoCurrency as $key => $crypto) @endforeach
{{ __('Pair') }} {{ __('Price') }} {{ __('Market Cap') }} {{ __('Daily High') }} {{ __('Daily Low') }} {{ __('Action') }}
{{ __('Crypto-Image') }}
{{ $crypto->pair }}
{{ $crypto->name }}
${{ getArrayValue($crypto->meta, 'current_price') }} {{ getArrayValue($crypto->meta, 'market_cap') }} {{ getArrayValue($crypto->meta, 'high_24h') }} % {{ getArrayValue($crypto->meta, 'low_24h') }} % @if (getArrayValue($setting->system_configuration, 'binary_trade.value') == \App\Enums\Status::ACTIVE->value) {{ __('Trade') }} @endif @if (getArrayValue($setting->system_configuration, 'practice_trade.value') == \App\Enums\Status::ACTIVE->value) {{ __('Practice') }} @endif @if (getArrayValue($setting->system_configuration, 'binary_trade.value') != \App\Enums\Status::ACTIVE->value && getArrayValue($setting->system_configuration, 'practice_trade.value') != \App\Enums\Status::ACTIVE->value) {{ __('N/A') }} @endif
{{ $cryptoCurrency->links() }}