@if(getArrayValue($setting->investment_setting, getInputName(\App\Enums\InvestmentType::TRADE_PREDICTION->name)) == 1) @php $fixedContent = \App\Services\FrontendService::getFrontendContent(\App\Enums\Frontend\SectionKey::CURRENCY_EXCHANGE, \App\Enums\Frontend\Content::FIXED); @endphp

{{ getArrayValue($fixedContent?->meta, 'heading') }}

{{ getArrayValue($fixedContent?->meta, 'sub_heading') }}

{{ __('Explore Trades') }}
@include(getActiveTheme().'.partials.blue_cryptos', ['currencyExchanges' => $currencyExchanges])
@endif