@if(moduleExists('HourlyJob'))
@if(moduleExists('CurrencySwitcher')) {{ get_currency_according_to_user() ?? get_static_option('site_global_currency') }} @else {{ get_static_option('site_global_currency') ?? '' }} @endif
@endif
@if(moduleExists('CurrencySwitcher')) {{ get_currency_according_to_user() ?? get_static_option('site_global_currency') }} @else {{ get_static_option('site_global_currency') ?? '' }} @endif
@if(get_static_option('file_extensions'))

{{ __('Supported files:') }} {{ implode(', ', json_decode(get_static_option('file_extensions'), true)) }}

@endif