@if($funFactsDataItem)
@foreach($funFactsDataItem['fun_facts'] as $key=>$funFactItem)
@if($funFactItem['img'])
@endif

{{$funFactItem['title']}}

@endforeach
@endif