{{-- Left Content --}}

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

@if(!empty($section_data['paragraphs']) && is_array($section_data['paragraphs']))
@foreach($section_data['paragraphs'] as $index => $text)

{!! $text !!}

@endforeach
@endif
{{-- Right Image --}}
{{ $section_data['image']['alt'] ?? config( @if(!empty($section_data['image_caption']))

{{ $section_data['image_caption'] }}

@endif