@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
@php $extension = pathinfo($job_details->attachment,PATHINFO_EXTENSION); $extensions = array('png','jpg','jpeg','bmp','gif','tiff','svg'); @endphp @if(in_array($extension, $extensions))
@if(cloudStorageExist() && in_array(Storage::getDefaultDriver(), ['s3', 'cloudFlareR2', 'wasabi'])) {{ $job_details->attachment ?? '' }} @else {{ $job_details->attachment ?? '' }} @endif
@else
{{ $job_details->attachment ?? '' }}
@endif @if(get_static_option('file_extensions'))

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

@endif