@if($dataArr['children'] && count($dataArr['children'])>0)
@php
$fadeinArr = ['fadeInRight','fadeInUp','fadeInLeft','fadeInDown'];
@endphp
@foreach($dataArr['children'] as $childPage)
@php
$childPage = (object) $childPage;
$cfValue = App\Models\Page::getPageCfValue(['page_id'=>$childPage->page_id,'template_id'=>$childPage->template_id,'class_id'=>$class_id]);
@endphp
@if(!empty($cfValue['custom_fields']['image_7']['value']))

@else
@if (isset($optsDbArr['media_folder']) && isset($optsDbArr['logo']))

@endif
@endif
@if(!empty($cfValue['custom_fields']['image_8']['value']))

@else
@if (isset($optsDbArr['media_folder']) && isset($optsDbArr['logo']))

@endif
@endif
{!! $childPage->title !!}
@if(!empty($cfValue['custom_fields']['textarea_9']['value']))
{!! $cfValue['custom_fields']['textarea_9']['value'] !!}
@endif
@endforeach
@else
No record is found
@endif