{{ $data['three-image-caption']['caption'] ?? '' }}

{{ $data['three-image-caption']['title'] ?? '' }}

{{ $data['three-image-caption']['desc'] ?? '' }}

@foreach ($data['three-image-caption']['image'] as $imageGroupThree)
{{ $imageGroupThree['img'] ?? '' }}

{{ $imageGroupThree['title'] ?? '' }}

{{ $imageGroupThree['desc'] ?? '' }}

@endforeach

{{ $data['three-image-caption']['item_caption'] ?? '' }}