{{-- Image --}}
{{ $section_data['image_alt'] ?? '' }}
{{-- Text content --}}

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

{{-- Paragraphs --}} @if(!empty($section_data['paragraphs'])) @foreach($section_data['paragraphs'] as $paragraph)

{{ $paragraph }}

@endforeach @endif {{-- Quote --}} @if(!empty($section_data['quote']))

"{{ $section_data['quote'] }}"

@endif