@if(!empty($contents['image_content']))
@if(!empty($contents['image_content']['type']))
@if($contents['image_content']['type'] == "lottie_json" and !empty($contents['image_content']['lottie_json']))
@push('scripts_bottom')
@endpush
@elseif($contents['image_content']['type'] == "image" and !empty($contents['image_content']['image']))

@endif
@endif
@if(!empty($contents['image_content']['spinning_image']))
@endif
@if(!empty($contents['image_content']['overlay_image']))
@endif