@if ($secInfo->fun_facts_section_status == 1)
background_image)) data-bg-image="{{ \App\Http\Helpers\Uploader::getImageUrl(Constant::WEBSITE_FUN_FACT_SECTION_IMAGE, $factData->background_image ?? '', $userBs) }}" @else data-bg-image="{{ asset('assets/tenant/image/static/fun_fact_bg.jpeg') }} " @endif>
@if (count($countInfos) == 0)
{{ $keywords['no_information_found'] ?? __('No Information Found') }}
@else
@foreach ($countInfos as $countInfo)
Image
{{ $countInfo->amount }}{{ $countInfo->symbol }}

{{ $countInfo->title }}

@endforeach
@foreach ($countInfos as $countInfo) @if ($loop->last) @else Image @endif @endforeach
@endif
@endif